From 95e15e30c25e267254f5c9947788882a2b8b107c Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 23 Sep 2014 10:09:30 +0400 Subject: [PATCH] Fix compilation errors --- src/GEOMUtils/GEOMUtils_XmlHandler.cxx | 6 ++++++ src/VTKPlugin/CMakeLists.txt | 1 + 2 files changed, 7 insertions(+) diff --git a/src/GEOMUtils/GEOMUtils_XmlHandler.cxx b/src/GEOMUtils/GEOMUtils_XmlHandler.cxx index 00ad15878..b3de3f351 100644 --- a/src/GEOMUtils/GEOMUtils_XmlHandler.cxx +++ b/src/GEOMUtils/GEOMUtils_XmlHandler.cxx @@ -22,6 +22,12 @@ #include #include +#ifdef WIN32 +#include +#else +#include +#endif + //#define MYDEBUG namespace diff --git a/src/VTKPlugin/CMakeLists.txt b/src/VTKPlugin/CMakeLists.txt index afab5da2f..427a48d49 100644 --- a/src/VTKPlugin/CMakeLists.txt +++ b/src/VTKPlugin/CMakeLists.txt @@ -27,6 +27,7 @@ ENDIF() # additional include directories INCLUDE_DIRECTORIES( ${CAS_INCLUDE_DIRS} + ${VTK_INCLUDE_DIRS} ${KERNEL_INCLUDE_DIRS} ${PROJECT_BINARY_DIR}/idl ${PROJECT_SOURCE_DIR}/src/GEOMAlgo -- 2.39.2