summaryrefslogtreecommitdiff
blob: 02b4842617f2eb96a26ed514eea4f73131a8fab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- a/cob/game.cpp
+++ b/cob/game.cpp
@@ -15,6 +15,7 @@
  *                                                                         *
  ***************************************************************************/
 
+#include <cstdio>
 #include "cob.hxx"
 
 //	**************************************************************************************************************************
--- a/cob/main.cpp
+++ b/cob/main.cpp
@@ -15,6 +15,7 @@
  *                                                                         *
  ***************************************************************************/
 
+#include <cstdio>
 #include "cob.hxx"
 
 //	**************************************************************************************************************************
--- a/cob/map.cpp
+++ b/cob/map.cpp
@@ -15,6 +15,7 @@
  *                                                                         *
  ***************************************************************************/
 
+#include <cstdio>
 #include "cob.hxx"
 
 //	**************************************************************************************************************************