resolves #538
This commit is contained in:
yiqiju 2016-09-27 17:47:51 -07:00 committed by Christopher Dunn
parent 7d868636de
commit 4a431bcdac

View File

@ -6,7 +6,7 @@
#ifndef JSON_CONFIG_H_INCLUDED
#define JSON_CONFIG_H_INCLUDED
#include <stddef.h>
#include <string> //typdef String
#include <string> //typedef String
#include <stdint.h> //typedef int64_t, uint64_t
/// If defined, indicates that json library is embedded in CppTL library.