--- 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"
 
 //	**************************************************************************************************************************
