jsoncpp/jsoncpp-1.7.5-stdint.patch

11 lines
508 B
Diff

diff -urN jsoncpp-1.7.5/include/json/config.h jsoncpp-1.7.5-patched/include/json/config.h
--- jsoncpp-1.7.5/include/json/config.h 2016-09-01 17:45:08.000000000 +1000
+++ jsoncpp-1.7.5-patched/include/json/config.h 2016-09-29 10:22:39.077867655 +1000
@@ -7,6 +7,7 @@
#define JSON_CONFIG_H_INCLUDED
#include <stddef.h>
#include <string> //typdef String
+#include <stdint.h> //typedef int64_t, uint64_t
/// If defined, indicates that json library is embedded in CppTL library.
//# define JSON_IN_CPPTL 1