From 42413822966144d72a8f71cb447b75c330aa1694 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Sat, 15 Jul 2023 00:46:59 +0800 Subject: [PATCH] fixed include LoadStringList --- inc/hgl/util/plist/PList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/hgl/util/plist/PList.h b/inc/hgl/util/plist/PList.h index 65ffccc..0b573d0 100644 --- a/inc/hgl/util/plist/PList.h +++ b/inc/hgl/util/plist/PList.h @@ -2,7 +2,7 @@ #define HGL_PLIST_INCLUDE #include -#include +#include #include #include namespace hgl