summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-22 20:57:19 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-22 20:57:19 -0500
commitceb25d69387a1acc0049492fb109248e1c9faa3b (patch)
tree5f167571681c46d1cb6fa29e9ef1a1b219f7ca76 /main
parent58c0409285b238f40732957931e8562ac247ef18 (diff)
downloadtde-ceb25d69387a1acc0049492fb109248e1c9faa3b.tar.gz
tde-ceb25d69387a1acc0049492fb109248e1c9faa3b.zip
Apply gcc4.6 patches from Ubuntu
Diffstat (limited to 'main')
-rw-r--r--main/dependencies/qt3/src/tools/qmap.h1
-rw-r--r--main/dependencies/qt3/src/tools/qvaluelist.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/main/dependencies/qt3/src/tools/qmap.h b/main/dependencies/qt3/src/tools/qmap.h
index 2c4eb0305..4f9772fac 100644
--- a/main/dependencies/qt3/src/tools/qmap.h
+++ b/main/dependencies/qt3/src/tools/qmap.h
@@ -52,6 +52,7 @@
#ifndef QT_NO_STL
#include <iterator>
#include <map>
+#include <cstddef>
#endif
//#define QT_CHECK_MAP_RANGE
diff --git a/main/dependencies/qt3/src/tools/qvaluelist.h b/main/dependencies/qt3/src/tools/qvaluelist.h
index cf7248e60..95dc7ffc4 100644
--- a/main/dependencies/qt3/src/tools/qvaluelist.h
+++ b/main/dependencies/qt3/src/tools/qvaluelist.h
@@ -50,6 +50,7 @@
#ifndef QT_NO_STL
#include <iterator>
#include <list>
+#include <cstddef>
#endif
//#define QT_CHECK_VALUELIST_RANGE