From: ana Date: Thu, 24 Oct 2013 15:06:29 +0000 (+0000) Subject: Compilation on Win64 platform X-Git-Tag: BR_hydro_v_0_3_1~28 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=93440be7ef21b6130d32b71741768902df31afd3;p=modules%2Fgui.git Compilation on Win64 platform --- diff --git a/src/SVTK/CMakeLists.txt b/src/SVTK/CMakeLists.txt index 3ded7f0e2..2c37a3806 100755 --- a/src/SVTK/CMakeLists.txt +++ b/src/SVTK/CMakeLists.txt @@ -46,6 +46,7 @@ SET(_link_LIBRARIES ${OPENGL_LIBRARIES} ${VTK_LIBRARIES} ${CAS_KERNEL} ${CAS_VIEWER} + ${KERNEL_OpUtil} qtx suit ViewerTools SalomeObject SalomePrs VTKViewer OpenGLUtils ) diff --git a/src/SVTK/SVTK_Actor.cxx b/src/SVTK/SVTK_Actor.cxx index d2cd11439..1ee510e33 100644 --- a/src/SVTK/SVTK_Actor.cxx +++ b/src/SVTK/SVTK_Actor.cxx @@ -33,6 +33,7 @@ #include #include +#include #define VTK_XVERSION (VTK_MAJOR_VERSION*10000+VTK_MINOR_VERSION*100+VTK_BUILD_VERSION) #if VTK_XVERSION > 50700 #include