From 83b7109bb4f98ba771b2d7c06441e4c5efc5fb4b Mon Sep 17 00:00:00 2001 From: fredju Date: Tue, 27 Sep 2016 17:47:51 -0700 Subject: [PATCH] include stdint.h for using int64_t and uint64_t --- include/json/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/json/config.h b/include/json/config.h index 6519101c8..76dde870f 100644 --- a/include/json/config.h +++ b/include/json/config.h @@ -6,7 +6,8 @@ #ifndef JSON_CONFIG_H_INCLUDED #define JSON_CONFIG_H_INCLUDED #include -#include //typdef String +#include //typedef String +#include //typedef int64_t uint64_t /// If defined, indicates that json library is embedded in CppTL library. //# define JSON_IN_CPPTL 1