Browse Source

Fix compilation

nordsoft 2 years ago
parent
commit
093e226bff
2 changed files with 2 additions and 2 deletions
  1. 1 1
      client/adventureMap/TurnTimerWidget.cpp
  2. 1 1
      client/adventureMap/TurnTimerWidget.h

+ 1 - 1
client/adventureMap/TurnTimerWidget.cpp

@@ -7,7 +7,7 @@
  * Full text of license available in license.txt file, in main folder
  *
  */
-
+#include "StdInc.h"
 #include "TurnTimerWidget.h"
 
 #include "../CPlayerInterface.h"

+ 1 - 1
client/adventureMap/TurnTimerWidget.h

@@ -1,5 +1,5 @@
 /*
- * TurnTimerWidget.hpp, part of VCMI engine
+ * TurnTimerWidget.h, part of VCMI engine
  *
  * Authors: listed in file AUTHORS in main folder
  *