diff --git a/Version.h b/Version.h index 3d929696c..a1f1b97d5 100644 --- a/Version.h +++ b/Version.h @@ -1,7 +1,9 @@ #pragma once +#include "StdInc.h" + VCMI_LIB_NAMESPACE_BEGIN - + namespace GameConstants { extern const char GIT_SHA1[]; diff --git a/launcher/modManager/cmodlist.h b/launcher/modManager/cmodlist.h index 88e9043bb..0b3cc76b8 100644 --- a/launcher/modManager/cmodlist.h +++ b/launcher/modManager/cmodlist.h @@ -9,6 +9,8 @@ */ #pragma once +#include "StdInc.h" + #include #include #include