From 25110e04ca396ddc2a7879b09e37ab31f0714fb7 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 15 Oct 2008 06:46:44 +0000 Subject: [PATCH] Issue 0019981: integrate patch for compilation with cmake (from E.Adam) --- src/Batch/Batch_BatchManager_Local_SH.cxx | 2 +- src/Batch/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2