diff --git a/inc/hgl/type/StringList.h b/inc/hgl/type/StringList.h index 13c4e27..7ff3478 100644 --- a/inc/hgl/type/StringList.h +++ b/inc/hgl/type/StringList.h @@ -1,7 +1,7 @@ #ifndef HGL_STRINGLIST_INCLUDE #define HGL_STRINGLIST_INCLUDE -#include +#include #include #include #include @@ -46,7 +46,7 @@ namespace hgl return NullString; } - StringList &operator = (const StringList &sl) + StringList &operator = (const StringList &sl) { Clear();