mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
47f10da835
Fixes build failure on -current with boost-1.58. Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
404 B
Diff
11 lines
404 B
Diff
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>
|