]> Creatis software - creaMaracasVisu.git/commitdiff
resolve conflict around round function
authorFrederic Cervenansky <Frederic.Cervenansky@creatis.insa-lyon.fr>
Wed, 27 Oct 2010 14:04:44 +0000 (14:04 +0000)
committerFrederic Cervenansky <Frederic.Cervenansky@creatis.insa-lyon.fr>
Wed, 27 Oct 2010 14:04:44 +0000 (14:04 +0000)
lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR2DView.cxx

index 32d4fc3fe9e9d253f46957d5cdcdb72268a10f44..13ed4a85d063ee745ce2371d20e012ac48961675 100644 (file)
@@ -3,6 +3,10 @@
 #include "vtkInteractorStyleBaseView.h"
 
 #include "vtkCellArray.h"
+#ifdef WIN32
+#include <mathdefs.h>
+using namespace gtm;
+#endif
 
 wxVtkMPR2DView::wxVtkMPR2DView( wxWindow *parent, int direction)
  :wxVtk2DBaseView(parent)