From cd89ad1b1ce44f8c2ea601e4e512058fb8931154 Mon Sep 17 00:00:00 2001 From: dgelessus Date: Sun, 23 Jul 2023 00:22:56 +0200 Subject: [PATCH] Add another missing include to plConfigInfo.h This wasn't noticeable on Windows for some reason. --- Sources/Plasma/PubUtilLib/plContainer/plConfigInfo.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Sources/Plasma/PubUtilLib/plContainer/plConfigInfo.h b/Sources/Plasma/PubUtilLib/plContainer/plConfigInfo.h index 6688a5f5e9..7f289dee07 100644 --- a/Sources/Plasma/PubUtilLib/plContainer/plConfigInfo.h +++ b/Sources/Plasma/PubUtilLib/plContainer/plConfigInfo.h @@ -43,11 +43,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #define plConfigInfo_h_inc #include "plKeysAndValues.h" -#include - -///////////////////////////////////////////////// -namespace ST { class string; } +#include +#include typedef std::vector plStringList;