summaryrefslogtreecommitdiff
path: root/net/xmlrpc-c-devel/files/patch-src-XmlRpcCpp.h
blob: 21e18d881ebc2accbc590bd12e52e07984881eda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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>