diff --git a/src/TConsole.cpp b/src/TConsole.cpp index 9c6561e..1d8e773 100644 --- a/src/TConsole.cpp +++ b/src/TConsole.cpp @@ -26,7 +26,9 @@ #include "TLuaEngine.h" #include +#include #include +#include #include static inline bool StringStartsWith(const std::string& What, const std::string& StartsWith) { @@ -273,7 +275,25 @@ void TConsole::Command_Version(const std::string& cmd, const std::vector& args) {