158b61b
1
2
3
4
5
6
7
8
9
10
11
#pragma once #ifdef HAVE_XMLRPC_C #include <xmlrpc-c/base.hpp> #else namespace xmlrpc_c { class value; } #endif