mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-25 01:30:32 +05:00
Fix compilation errors
This commit is contained in:
parent
a1f6e9582d
commit
95e15e30c2
@ -22,6 +22,12 @@
|
||||
#include <libxml/parser.h>
|
||||
#include <algorithm>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
//#define MYDEBUG
|
||||
|
||||
namespace
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user