From bd4755a7fe6c43f4538ad361dde0a57048c5d30f Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Fri, 6 Nov 2015 09:44:52 -0500 Subject: [PATCH] compile error without XMLRPC-C --- moses/ExportInterface.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/moses/ExportInterface.cpp b/moses/ExportInterface.cpp index f35efac15..2ad01d56d 100644 --- a/moses/ExportInterface.cpp +++ b/moses/ExportInterface.cpp @@ -60,7 +60,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA #endif #include "ExportInterface.h" + +#ifdef HAVE_XMLRPC_C #include "moses/server/Server.h" +#endif + using namespace std; using namespace Moses;