From: rnv Date: Wed, 10 Oct 2018 19:59:36 +0000 (+0300) Subject: Windows support X-Git-Tag: V9_2_0a2~5^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8953c186f07022da12e6f311625ce9d5339fe196;p=modules%2Fparavis.git Windows support --- diff --git a/src/Plugins/DevelopedSurface/IO/vtkDevelopedSurface.cxx b/src/Plugins/DevelopedSurface/IO/vtkDevelopedSurface.cxx index 78872ed0..ec8998e3 100644 --- a/src/Plugins/DevelopedSurface/IO/vtkDevelopedSurface.cxx +++ b/src/Plugins/DevelopedSurface/IO/vtkDevelopedSurface.cxx @@ -62,6 +62,11 @@ #include "VTKMEDTraits.hxx" +#ifdef WIN32 +#define _USE_MATH_DEFINES +#endif +#include + #include #include #include