(fixes build on -current) * PERL->REINPLACE PR: ports/45286 Submitted by: Volker Stolz <vs@foldr.org>
12 lines
420 B
C++
12 lines
420 B
C++
--- src/XmlRpcCpp.h.orig Thu Nov 14 09:17:52 2002
|
|
+++ src/XmlRpcCpp.h Thu Nov 14 09:18:17 2002
|
|
@@ -45,8 +45,8 @@
|
|
// work with our version of g++). So this header name is technically wrong.
|
|
// Tell me what your compiler does; I can provide some autoconf magic to the
|
|
// Right Thing on most platforms.
|
|
+using namespace std;
|
|
#include <string>
|
|
-// using namespace std;
|
|
|
|
#include <xmlrpc.h>
|
|
#include <xmlrpc_client.h>
|