]> Creatis software - clitk.git/commitdiff
Add define to avoid vtk warning on mac
authorDavid Sarrut <david.sarrut@creatis.insa-lyon.fr>
Wed, 24 Jul 2013 15:05:26 +0000 (17:05 +0200)
committerDavid Sarrut <david.sarrut@creatis.insa-lyon.fr>
Wed, 24 Jul 2013 15:05:26 +0000 (17:05 +0200)
common/clitkCommon.h
common/clitkTransformUtilities.h

index 8cd82fbe0b0bc1b20f38876368f0d6348615b1a9..2f5b26f1173b3e5e94999816031695c13cb2afc4 100644 (file)
@@ -43,6 +43,8 @@
 #  include <stdint.h>
 #endif
 
+#define VTK_EXCLUDE_STRSTREAM_HEADERS
+
 //--------------------------------------------------------------------
 namespace clitk {
 
index d3644b19206f830eab30397f2c209ef721eca6f4..562ed63a67e11facfdcc07ff960fd5456394613a 100644 (file)
@@ -23,6 +23,7 @@
 #include "itkPoint.h"
 #include "clitkImageCommon.h"
 #include "clitkCommon.h"
+#define VTK_EXCLUDE_STRSTREAM_HEADERS
 #include <vtkMatrix4x4.h>
 #include <vtkSmartPointer.h>