Fix compilation warnings

This commit is contained in:
vsr 2011-11-02 15:40:05 +00:00
parent 9c97b7c7bd
commit 8b41ed2e6f

View File

@ -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"