Salome HOME
Porting to OCCT 7.8.0
[modules/gui.git] / src / SalomeApp / SalomeApp_Application.cxx
index a8300ea62c7789956cb0aa22830b6fc367cd68bf..6a5847fd431e1be8e175032219eb191ac1281e78 100644 (file)
@@ -28,7 +28,7 @@
   // 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 <Standard_Real.hxx>
   #ifndef DISABLE_PYCONSOLE
     #include <Python.h>
     #include <pymath.h>