daily automatic beautifier

This commit is contained in:
MosesAdmin 2015-11-05 00:00:36 +00:00
parent 9d7f62c05b
commit 0804f69776
2 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,8 @@
#ifdef HAVE_XMLRPC_C
#include <xmlrpc-c/base.hpp>
#else
namespace xmlrpc_c { class value; }
namespace xmlrpc_c
{
class value;
}
#endif