diff options
Diffstat (limited to 'development/JSONObject/incl-iostream.patch')
-rw-r--r-- | development/JSONObject/incl-iostream.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/development/JSONObject/incl-iostream.patch b/development/JSONObject/incl-iostream.patch deleted file mode 100644 index 1033ea7a6f29..000000000000 --- a/development/JSONObject/incl-iostream.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -u -r JSONObject-1.0.2/JSONObject.hpp JSONObject-1.0.2-patched/JSONObject.hpp ---- JSONObject-1.0.2/JSONObject.hpp 2013-03-15 10:07:13.000000000 +0000 -+++ JSONObject-1.0.2-patched/JSONObject.hpp 2015-08-21 15:49:05.151811279 +0100 -@@ -15,6 +15,7 @@ - #include <string> - #include <sstream> - #include <vector> -+#include <iostream> - - #include <boost/property_tree/ptree.hpp> - #include <boost/regex.hpp> |