mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 22:45:50 +03:00
9 lines
99 B
C++
9 lines
99 B
C++
#ifdef HAVE_XMLRPC_C
|
|
#include <xmlrpc-c/base.hpp>
|
|
#else
|
|
namespace xmlrpc_c
|
|
{
|
|
class value;
|
|
}
|
|
#endif
|