compile error without XMLRPC-C

This commit is contained in:
Hieu Hoang 2015-11-06 09:44:52 -05:00
parent 3727d3b2d6
commit bd4755a7fe

View File

@ -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;