summaryrefslogtreecommitdiff
blob: 7d4516883713268035f4d6228f4d6067016ddadb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- engine/pathfinder/astar.cpp
+++ engine/pathfinder/astar.cpp
@@ -33,6 +33,7 @@
 --  Includes
 ----------------------------------------------------------------------------*/
 
+#include <cstdio>
 #include "stratagus.h"
 #include "pathfinder.h"
 
--- engine/stratagus/translate.cpp
+++ engine/stratagus/translate.cpp
@@ -36,6 +36,7 @@
 
 #include <map>
 #include <string>
+#include <cstdio>
 
 #include "translate.h"
 #include "iolib.h"