Blob Blame History Raw
--- ParaView-3.10.0-RC1/VTK/Utilities/vtkmetaio/metaUtils.cxx.gcc46	2011-02-02 10:52:15.000000000 -0700
+++ ParaView-3.10.0-RC1/VTK/Utilities/vtkmetaio/metaUtils.cxx	2011-02-03 22:15:11.805540179 -0700
@@ -32,6 +32,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <string>
+#include <cstddef>
 
 #if defined (__BORLANDC__) && (__BORLANDC__ >= 0x0580)
 #include <mem.h>
--- ParaView-3.10.0-RC1/VTK/Wrapping/Python/PyVTKObject.cxx.gcc46	2011-02-02 10:52:17.000000000 -0700
+++ ParaView-3.10.0-RC1/VTK/Wrapping/Python/PyVTKObject.cxx	2011-02-03 22:27:55.613083292 -0700
@@ -34,6 +34,7 @@
 #include "vtkDataArray.h"
 
 #include <vtksys/ios/sstream>
+#include <cstddef>
 
 //--------------------------------------------------------------------
 static PyObject *PyVTKObject_String(PyObject *op)