We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45a560a + ab0f1e2 commit 7d86863Copy full SHA for 7d86863
include/json/config.h
@@ -7,6 +7,7 @@
7
#define JSON_CONFIG_H_INCLUDED
8
#include <stddef.h>
9
#include <string> //typdef String
10
+#include <stdint.h> //typedef int64_t, uint64_t
11
12
/// If defined, indicates that json library is embedded in CppTL library.
13
//# define JSON_IN_CPPTL 1
0 commit comments