Salome HOME
Windows support
authorrnv <rnv@opencascade.com>
Wed, 10 Oct 2018 19:59:36 +0000 (22:59 +0300)
committerrnv <rnv@opencascade.com>
Wed, 10 Oct 2018 19:59:36 +0000 (22:59 +0300)
src/Plugins/DevelopedSurface/IO/vtkDevelopedSurface.cxx

index 78872ed0735164e25208cd53c8b8f45649a1993d..ec8998e395e61d6c0cb320f50f5315d986360087 100644 (file)
 
 #include "VTKMEDTraits.hxx"
 
+#ifdef WIN32
+#define _USE_MATH_DEFINES
+#endif
+#include <math.h>
+
 #include <map>
 #include <deque>
 #include <sstream>