Salome HOME
Porting to OCCT 7.8.0
[modules/gui.git] / src / SALOME_PY / SalomePy.cxx
index 7e9138f12e10bdc306ff25693fd5c4cd7dd7fd13..fae147331eda48cd3045429425c50552588f4382 100644 (file)
 // E.A. : On windows with python 2.6, there is a conflict
 // E.A. : between pymath.h and Standard_math.h which define
 // E.A. : some same symbols : acosh, asinh, ...
-#include <Standard_math.hxx>
- #include <Python.h>
- #include <pymath.h>
+#include <Standard_Real.hxx>
+#include <Python.h>
+#include <pymath.h>
 #endif
 
-#include <Python.h>
 #include <vtkPythonUtil.h>
 
 #include <vtkVersion.h>