From 6f125e08d48ff3c4dd2631c7fc02aaf396751108 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Tue, 5 Dec 2023 14:00:59 +0100 Subject: [PATCH] fix compile error in tconsole --- src/TConsole.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TConsole.cpp b/src/TConsole.cpp index 53232881..a9784cba 100644 --- a/src/TConsole.cpp +++ b/src/TConsole.cpp @@ -8,6 +8,7 @@ #include "TLuaEngine.h" #include +#include #include static inline bool StringStartsWith(const std::string& What, const std::string& StartsWith) { @@ -353,7 +354,6 @@ void TConsole::Command_Settings(const std::string&, const std::vector