From 173730bf99d5dbb68cc079646d4ccac44851ba72 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 19 Apr 2010 15:13:46 +0000 Subject: [PATCH] *** empty log message *** --- src/GEOMGUI/GeometryGUI.cxx | 1 + src/GEOMGUI/Makefile.am | 1 + 2 files changed, 2 insertions(+) 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 \ -- 2.39.2