commit | 4a431bcdac7c177487fb9d84a0d8e2c050f7e867 | [log] [tgz] |
---|---|---|
author | yiqiju <fred_ju@selinc.com> | Tue Sep 27 17:47:51 2016 -0700 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Sun Oct 02 10:52:13 2016 -0500 |
tree | a4b4a44fd4b0dfd9bd1674516f56f066d748a01c | |
parent | 7d868636de3380abd6bdbbc2fdaafbf751e06dbd [diff] [blame] |
Fix typo resolves #538
diff --git a/include/json/config.h b/include/json/config.h index 71278c3..7f77d0c 100644 --- a/include/json/config.h +++ b/include/json/config.h
@@ -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.