// 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 <pymath.h>
#endif
// 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>
#include <pymath.h>
#endif
// 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>
#include <pymath.h>
#endif
// 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 <pymath.h>
#endif