Skip to content

Commit 4b45b52

Browse files
yiqijucdunn2001
yiqiju
authored andcommitted
include stdint.h for using int64_t and uint64_t
resolves #538
1 parent 7d86863 commit 4b45b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/json/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef JSON_CONFIG_H_INCLUDED
77
#define JSON_CONFIG_H_INCLUDED
88
#include <stddef.h>
9-
#include <string> //typdef String
9+
#include <string> //typedef String
1010
#include <stdint.h> //typedef int64_t, uint64_t
1111

1212
/// If defined, indicates that json library is embedded in CppTL library.

0 commit comments

Comments
 (0)