Fix compilation errors

This commit is contained in:
vsr 2014-09-23 10:09:30 +04:00
parent a1f6e9582d
commit 95e15e30c2
2 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,12 @@
#include <libxml/parser.h>
#include <algorithm>
#ifdef WIN32
#include <windows.h>
#else
#include <unistd.h>
#endif
//#define MYDEBUG
namespace

View File

@ -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