summaryrefslogtreecommitdiff
path: root/libraries/qt3/qt3_gcc47.patch
blob: 7a7da6a3a65d2988f02e5ac8cc0c91e37ec64c14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- qt-x11-free-3.3.8b/include/qvaluelist.h	2008-01-15 17:09:13.000000000 -0200
+++ qt-x11-free-3.3.8b_patched/include/qvaluelist.h	2012-08-09 12:23:57.000000000 -0300
@@ -50,6 +50,7 @@
 #ifndef QT_NO_STL
 #include <iterator>
 #include <list>
+#include <cstddef>
 #endif
 
 //#define QT_CHECK_VALUELIST_RANGE
--- qt-x11-free-3.3.8b/src/tools/qvaluelist.h	2008-01-15 17:09:13.000000000 -0200
+++ qt-x11-free-3.3.8b_patched/src/tools/qvaluelist.h	2012-08-09 13:03:09.000000000 -0300
@@ -50,6 +50,7 @@
 #ifndef QT_NO_STL
 #include <iterator>
 #include <list>
+#include <cstddef>
 #endif
 
 //#define QT_CHECK_VALUELIST_RANGE