// E.A. : between pymath.h and Standard_math.h which define
// E.A. : some same symbols : acosh, asinh, ...
#include <Standard_math.hxx>
-#include <pymath.h>
+ #include <Python.h>
+ #include <pymath.h>
#endif
#include "BLSURFPluginGUI_HypothesisCreator.h"
#define BLSURFPLUGIN_GUI_EXPORT
#endif
+#include <Python.h>
#ifdef WIN32
-// 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 <pymath.h>
+ // 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 <pymath.h>
#endif
-#include <Python.h>
-
#include <QItemDelegate>
#include <SMESHGUI_Hypotheses.h>