Browse Source

fix MXE build

Andrey Filipenkov 3 years ago
parent
commit
44174da9a2
2 changed files with 5 additions and 1 deletions
  1. 3 1
      Version.h
  2. 2 0
      launcher/modManager/cmodlist.h

+ 3 - 1
Version.h

@@ -1,7 +1,9 @@
 #pragma once
 
+#include "StdInc.h"
+
 VCMI_LIB_NAMESPACE_BEGIN
-	
+
 namespace GameConstants
 {
 extern const char GIT_SHA1[];

+ 2 - 0
launcher/modManager/cmodlist.h

@@ -9,6 +9,8 @@
  */
 #pragma once
 
+#include "StdInc.h"
+
 #include <QVariantMap>
 #include <QVariant>
 #include <QVector>