Salome HOME
SSL mode integration : switch back SALOME modules on master branches - patch HOMARD...
[tools/sat_salome.git] / products / patches / qt-463-gcc46.patch
1 diff -ru qt-everywhere-opensource-src-4.6.3/config.tests/unix/stl/stltest.cpp Qt-463/config.tests/unix/stl/stltest.cpp
2 --- qt-everywhere-opensource-src-4.6.3/config.tests/unix/stl/stltest.cpp        2010-06-02 04:03:18.000000000 +0200
3 +++ Qt-463/config.tests/unix/stl/stltest.cpp    2011-05-11 10:23:35.968238594 +0200
4 @@ -49,6 +49,7 @@
5  #include <vector>
6  #include <algorithm>
7  #include <iostream>
8 +#include <cstddef>
9  
10  // something mean to see if the compiler and C++ standard lib are good enough
11  template<class K, class T>