ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/jsoncpp/files/patch-src_lib__json_json__writer.cpp
Revision: 24207
Committed: Wed Sep 5 02:09:36 2018 UTC (5 years, 8 months ago) by laffer1
Content type: text/plain
File size: 390 byte(s)
Log Message:
update

File Contents

# Content
1 --- src/lib_json/json_writer.cpp.orig 2016-10-30 21:27:18 UTC
2 +++ src/lib_json/json_writer.cpp
3 @@ -3,6 +3,11 @@
4 // recognized in your jurisdiction.
5 // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
6
7 +// fix for lang/gcc5+
8 +#if __GNUC__ == 5
9 +#include <cstdio>
10 +#endif
11 +
12 #if !defined(JSON_IS_AMALGAMATION)
13 #include <json/writer.h>
14 #include "json_tool.h"

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain