summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/qt/qt3-headers.patch
blob: 52b133b571b6910775eef3e9f7b7db25b94f8f96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- a/src/tools/qmap.h	2008-01-16 06:09:13.000000000 +1100
+++ b/src/tools/qmap.h	2018-01-07 11:32:38.720893324 +1100
@@ -52,6 +52,7 @@
 #ifndef QT_NO_STL
 #include <iterator>
 #include <map>
+#include <stddef.h>
 #endif
 
 //#define QT_CHECK_MAP_RANGE
--- a/src/tools/qvaluelist.h	2008-01-16 06:09:13.000000000 +1100
+++ b/src/tools/qvaluelist.h	2018-01-07 11:33:03.393206961 +1100
@@ -50,6 +50,7 @@
 #ifndef QT_NO_STL
 #include <iterator>
 #include <list>
+#include <stddef.h>
 #endif
 
 //#define QT_CHECK_VALUELIST_RANGE
--- qt-x11-free-3.3.8b/src/tools/qvaluevector.h	2008-01-15 13:09:13.000000000 -0600
+++ qt-x11-free-3.3.8b-fixes/src/tools/qvaluevector.h	2015-07-08 15:47:34.758565247 -0500
@@ -47,6 +47,7 @@
 
 #ifndef QT_NO_STL
 #include <vector>
+#include <cstddef>
 #endif
 
 template <class T>