-
-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathros-noetic-xmlrpcpp.patch
55 lines (47 loc) · 1.41 KB
/
ros-noetic-xmlrpcpp.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
diff --git a/src/XmlRpcClient.cpp b/src/XmlRpcClient.cpp
index 2401aab848..7244f5b35b 100644
--- a/src/XmlRpcClient.cpp
+++ b/src/XmlRpcClient.cpp
@@ -1,4 +1,4 @@
-
+#include <iostream>
#include "xmlrpcpp/XmlRpcClient.h"
#include "xmlrpcpp/XmlRpcSocket.h"
diff --git a/include/xmlrpcpp/XmlRpc.h b/include/xmlrpcpp/XmlRpc.h
index 0018b7ecc1..7b1ec18c47 100644
--- a/include/xmlrpcpp/XmlRpc.h
+++ b/include/xmlrpcpp/XmlRpc.h
@@ -23,9 +23,8 @@
# pragma warning(disable:4786) // identifier was truncated in debug info
#endif
-#ifndef MAKEDEPEND
-# include <string>
-#endif
+#include <string>
+#include <iostream>
#include "xmlrpcpp/XmlRpcClient.h"
#include "xmlrpcpp/XmlRpcException.h"
diff --git a/xmlrpcpp/XmlRpcClient.h b/include/xmlrpcpp/XmlRpcClient.h
index 12175360b7..9ce539c2be 100644
--- a/include/xmlrpcpp/XmlRpcClient.h
+++ b/include/xmlrpcpp/XmlRpcClient.h
@@ -9,9 +9,8 @@
#endif
-#ifndef MAKEDEPEND
-# include <string>
-#endif
+#include <string>
+#include <iostream>
#include "xmlrpcpp/XmlRpcDispatch.h"
#include "xmlrpcpp/XmlRpcSource.h"
diff --git a/include/xmlrpcpp/XmlRpcValue.h b/include/xmlrpcpp/XmlRpcValue.h
index ac92440cdd..dadbf8c67b 100644
--- a/include/xmlrpcpp/XmlRpcValue.h
+++ b/include/xmlrpcpp/XmlRpcValue.h
@@ -8,6 +8,8 @@
# pragma warning(disable:4786) // identifier was truncated in debug info
#endif
+#include <sstream>
+
#include "xmlrpcpp/XmlRpcDecl.h"
#ifndef MAKEDEPEND