--- cob/game.cpp +++ cob/game.cpp @@ -15,6 +15,7 @@ * * ***************************************************************************/ +#include #include "cob.hxx" // ************************************************************************************************************************** --- cob/main.cpp +++ cob/main.cpp @@ -15,6 +15,7 @@ * * ***************************************************************************/ +#include #include "cob.hxx" // ************************************************************************************************************************** --- cob/map.cpp +++ cob/map.cpp @@ -15,6 +15,7 @@ * * ***************************************************************************/ +#include #include "cob.hxx" // **************************************************************************************************************************