From: vsr Date: Wed, 15 Oct 2008 06:46:44 +0000 (+0000) Subject: Issue 0019981: integrate patch for compilation with cmake (from E.Adam) X-Git-Tag: V5_1_0a3~19 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=25110e04ca396ddc2a7879b09e37ab31f0714fb7;p=modules%2Fkernel.git Issue 0019981: integrate patch for compilation with cmake (from E.Adam) --- diff --git a/src/Batch/Batch_BatchManager_Local_SH.cxx b/src/Batch/Batch_BatchManager_Local_SH.cxx index beead5209..a4d09383d 100644 --- a/src/Batch/Batch_BatchManager_Local_SH.cxx +++ b/src/Batch/Batch_BatchManager_Local_SH.cxx @@ -37,9 +37,9 @@ #include #ifndef WIN32 #include +#include #endif #include -#include #include #include #include diff --git a/src/Batch/Makefile.am b/src/Batch/Makefile.am index aaaa33e2b..0be9e02fd 100644 --- a/src/Batch/Makefile.am +++ b/src/Batch/Makefile.am @@ -120,6 +120,7 @@ LIB_CPPFLAGS = \ -I$(top_builddir)/salome_adm/unix LIB_LIBADD = \ + ${PYTHON_LIBS} \ ../SALOMELocalTrace/libSALOMELocalTrace.la \ ../Basics/libSALOMEBasics.la