mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 23:10:33 +05:00
Fix compilation warnings
This commit is contained in:
parent
9c97b7c7bd
commit
8b41ed2e6f
@ -23,6 +23,9 @@
|
||||
// Author : Nicolas REJNERI, Open CASCADE S.A.S.
|
||||
|
||||
#include <Standard_math.hxx> // E.A. must be included before Python.h to fix compilation on windows
|
||||
#ifdef HAVE_FINITE
|
||||
#undef HAVE_FINITE // VSR: avoid compilation warning on Linux : "HAVE_FINITE" redefined
|
||||
#endif
|
||||
#include "Python.h"
|
||||
// SMESH includes
|
||||
#include "SMESHGUI.h"
|
||||
|
Loading…
Reference in New Issue
Block a user