Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2015-11-09 15:59:44 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-11-09 15:59:44 +0300
commit3d85ff6a46684239609183cfef397e2f55f6188e (patch)
tree92249b0b94bfb7f4f12075d5aa0e25585a1ee6b5 /moses/ExportInterface.cpp
parent2978036996852761916c2bf58496bd1f7c8f6b06 (diff)
parentd0be56f8abcb6842a37daaf696ef4e84d25db9ea (diff)
Merge ../mosesdecoder into perf_moses2
Diffstat (limited to 'moses/ExportInterface.cpp')
-rw-r--r--moses/ExportInterface.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/moses/ExportInterface.cpp b/moses/ExportInterface.cpp
index 73c5b489c..0ff060f84 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;