]> Creatis software - cpPlugins.git/commitdiff
...
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Thu, 28 Apr 2016 14:47:17 +0000 (09:47 -0500)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Thu, 28 Apr 2016 14:47:17 +0000 (09:47 -0500)
lib/cpExtensions/Interaction/BaseInteractorStyle.h
lib/cpPlugins_Config.h

index 30c3ba3086695108cb66010611a0b76392f5e9c0..815f622cd9be175ebd9ae891e915d953b8ea2832 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <cpExtensions/cpExtensions_Export.h>
 
+#include <cpPlugins_Config.h>
 #include <chrono>
 #include <map>
 #include <utility>
index 0c1d0146a4365139a314bbfe44d32c9dbdb14aba..e157cd3fff735997c8767b51e615ac546c2515ca 100644 (file)
 #  define ITK_OVERRIDE
 #endif // ITK_OVERRIDE
 
+/*
+ * =========================================================================
+ * VTK related macros
+ * =========================================================================
+ */
+#include <vtkConfigure.h>
+#ifndef VTK_OVERRIDE
+#  define VTK_OVERRIDE
+#endif // VTK_OVERRIDE
+
 /*
  * =========================================================================
  * Identify OS