From 4a431bcdac7c177487fb9d84a0d8e2c050f7e867 Mon Sep 17 00:00:00 2001 From: yiqiju Date: Tue, 27 Sep 2016 17:47:51 -0700 Subject: [PATCH] Fix typo resolves #538 --- include/json/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -#include //typdef String +#include //typedef String #include //typedef int64_t, uint64_t /// If defined, indicates that json library is embedded in CppTL library.