From: Eduardo DAVILA Date: Fri, 14 Sep 2018 10:49:59 +0000 (+0200) Subject: #3227 crea Feature New Normal - vtk8itk4wx3-mingw64 MACOS X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=dce9696a8659617687465fd1cf246f63791b36fa;p=crea.git #3227 crea Feature New Normal - vtk8itk4wx3-mingw64 MACOS --- diff --git a/src/creawxVTKRenderWindowInteractor.cxx b/src/creawxVTKRenderWindowInteractor.cxx index 61fe230..7a8e4e4 100644 --- a/src/creawxVTKRenderWindowInteractor.cxx +++ b/src/creawxVTKRenderWindowInteractor.cxx @@ -43,7 +43,6 @@ =========================================================================*/ -#import #include @@ -64,7 +63,8 @@ // AKT: wxOSX 2.9.x defines __WXOSX_COCOA__ rather than __WXCOCOA__ #ifdef __WXOSX_COCOA__ -#define __WXCOCOA__ + #import + #define __WXCOCOA__ #endif #if defined(__WXMAC__) && wxCHECK_VERSION(2,9,0)