Skip to content

Commit 7d86863

Browse files
authored
Merge pull request open-source-parsers#536 from vriera/master
resolves open-source-parsers#537 closes open-source-parsers#538
2 parents 45a560a + ab0f1e2 commit 7d86863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/json/config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#define JSON_CONFIG_H_INCLUDED
88
#include <stddef.h>
99
#include <string> //typdef String
10+
#include <stdint.h> //typedef int64_t, uint64_t
1011

1112
/// If defined, indicates that json library is embedded in CppTL library.
1213
//# define JSON_IN_CPPTL 1

0 commit comments

Comments
 (0)