From: adam Date: Mon, 19 Apr 2010 15:13:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: V5_1_4rc1~38 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=173730bf99d5dbb68cc079646d4ccac44851ba72;p=modules%2Fgeom.git *** empty log message *** --- diff --git a/src/GEOMGUI/GeometryGUI.cxx b/src/GEOMGUI/GeometryGUI.cxx index 8dac74aa0..ee4a49a39 100644 --- a/src/GEOMGUI/GeometryGUI.cxx +++ b/src/GEOMGUI/GeometryGUI.cxx @@ -23,6 +23,7 @@ // File : GeometryGUI.cxx // Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com) // +#include // E.A. must be included before Python.h to fix compilation on windows #include "Python.h" #include "GeometryGUI.h" #include "GeometryGUI_Operations.h" diff --git a/src/GEOMGUI/Makefile.am b/src/GEOMGUI/Makefile.am index 331483c78..77e1f4074 100644 --- a/src/GEOMGUI/Makefile.am +++ b/src/GEOMGUI/Makefile.am @@ -80,6 +80,7 @@ libGEOM_la_CPPFLAGS = \ -I$(top_builddir)/idl libGEOM_la_LDFLAGS = \ + $(PYTHON_LIBS) \ ../GEOMFiltersSelection/libGEOMFiltersSelection.la \ ../GEOMClient/libGEOMClient.la \ ../OBJECT/libGEOMObject.la \