Blame SOURCES/qt-x11-free-3.3.8b-cstddef.patch

106311
diff -up qt-x11-free-3.3.8b/src/tools/qmap.h.cstddef qt-x11-free-3.3.8b/src/tools/qmap.h
106311
--- qt-x11-free-3.3.8b/src/tools/qmap.h.cstddef	2008-01-15 13:09:13.000000000 -0600
106311
+++ qt-x11-free-3.3.8b/src/tools/qmap.h	2011-01-30 21:14:29.275088725 -0600
106311
@@ -49,6 +49,7 @@
106311
 #include "qvaluelist.h"
106311
 #endif // QT_H
106311
 
106311
+#include <cstddef>
106311
 #ifndef QT_NO_STL
106311
 #include <iterator>
106311
 #include <map>
106311
diff -up qt-x11-free-3.3.8b/src/tools/qvaluelist.h.cstddef qt-x11-free-3.3.8b/src/tools/qvaluelist.h
106311
--- qt-x11-free-3.3.8b/src/tools/qvaluelist.h.cstddef	2008-01-15 13:09:13.000000000 -0600
106311
+++ qt-x11-free-3.3.8b/src/tools/qvaluelist.h	2011-01-30 21:14:01.765846592 -0600
106311
@@ -47,6 +47,7 @@
106311
 #include "qdatastream.h"
106311
 #endif // QT_H
106311
 
106311
+#include <cstddef>
106311
 #ifndef QT_NO_STL
106311
 #include <iterator>
106311
 #include <list>
106311
diff -up qt-x11-free-3.3.8b/src/tools/qvaluevector.h.cstddef qt-x11-free-3.3.8b/src/tools/qvaluevector.h
106311
--- qt-x11-free-3.3.8b/src/tools/qvaluevector.h.cstddef	2008-01-15 13:09:13.000000000 -0600
106311
+++ qt-x11-free-3.3.8b/src/tools/qvaluevector.h	2011-01-30 21:14:01.765846592 -0600
106311
@@ -45,6 +45,7 @@
106311
 #include "qdatastream.h"
106311
 #endif // QT_H
106311
 
106311
+#include <cstddef>
106311
 #ifndef QT_NO_STL
106311
 #include <vector>
106311
 #endif