mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-15 23:31:27 +05:00
Fixed compilation on Windows
This commit is contained in:
parent
d61331b252
commit
de8926be4a
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#if OCC_VERSION_LARGE < 0x07080000
|
#if OCC_VERSION_LARGE < 0x07080000
|
||||||
|
|
||||||
#include <Standard_math.hxx> // E.A. must be included before Python.h to fix compilation on windows
|
#include <Standard_Real.hxx> // E.A. must be included before Python.h to fix compilation on windows
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
// E.A. : On windows with python 2.6, there is a conflict
|
// 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. : between pymath.h and Standard_math.h which define
|
||||||
// E.A. : some same symbols : acosh, asinh, ...
|
// E.A. : some same symbols : acosh, asinh, ...
|
||||||
#include <Standard_math.hxx>
|
#include <Standard_Real.hxx>
|
||||||
#include <pymath.h>
|
#include <pymath.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user