blob: dd90b388e6d8112866d5ed06d740cb92354cf710 (
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
|
--- cob/game.cpp
+++ cob/game.cpp
@@ -15,6 +15,7 @@
* *
***************************************************************************/
+#include <cstdio>
#include "cob.hxx"
// **************************************************************************************************************************
--- cob/main.cpp
+++ cob/main.cpp
@@ -15,6 +15,7 @@
* *
***************************************************************************/
+#include <cstdio>
#include "cob.hxx"
// **************************************************************************************************************************
--- cob/map.cpp
+++ cob/map.cpp
@@ -15,6 +15,7 @@
* *
***************************************************************************/
+#include <cstdio>
#include "cob.hxx"
// **************************************************************************************************************************
|