From 120b6b449c7239104af20563402537e7fb98442d Mon Sep 17 00:00:00 2001 From: hyzboy Date: Thu, 3 Sep 2020 15:58:38 +0800 Subject: [PATCH] use String instead BaseString --- inc/hgl/util/xml/ElementParseCreater.h | 2 +- inc/hgl/util/xml/ElementParseKV.h | 2 +- inc/hgl/util/xml/XMLParse.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/hgl/util/xml/ElementParseCreater.h b/inc/hgl/util/xml/ElementParseCreater.h index fa4253f..eb9777e 100644 --- a/inc/hgl/util/xml/ElementParseCreater.h +++ b/inc/hgl/util/xml/ElementParseCreater.h @@ -2,7 +2,7 @@ #define HGL_UTIL_XML_ELEMENT_PARSE_CREATER_INCLUDE #include -#include +#include #include #include namespace hgl diff --git a/inc/hgl/util/xml/ElementParseKV.h b/inc/hgl/util/xml/ElementParseKV.h index 0d412d7..c7fb4b1 100644 --- a/inc/hgl/util/xml/ElementParseKV.h +++ b/inc/hgl/util/xml/ElementParseKV.h @@ -2,7 +2,7 @@ #define HGL_UTIL_XML_ELEMENT_PARSE_KV_INCLUDE #include -#include +#include #include namespace hgl { diff --git a/inc/hgl/util/xml/XMLParse.h b/inc/hgl/util/xml/XMLParse.h index 5a92af5..746ef41 100644 --- a/inc/hgl/util/xml/XMLParse.h +++ b/inc/hgl/util/xml/XMLParse.h @@ -1,7 +1,7 @@ #ifndef HGL_XML_PARSE_INCLUDE #define HGL_XML_PARSE_INCLUDE -#include +#include #include extern "C"