--- src/ControlSetupState.cxx +++ src/ControlSetupState.cxx @@ -20,6 +20,7 @@ #include #endif // !HAVE_CONFIG_H #include +#include #include "ControlSetupState.h" #include "File.h" #include "Joystick.h" --- src/Font.cxx +++ src/Font.cxx @@ -23,6 +23,7 @@ #include #endif // HAVE_CONFIG_H #include +#include #include #include "Font.h" --- src/Joystick.cxx +++ src/Joystick.cxx @@ -19,6 +19,7 @@ #if defined (HAVE_CONFIG_H) #include #endif // !HAVE_CONFIG_H +#include #include "Joystick.h" using namespace Amoebax; --- src/MainMenuState.cxx +++ src/MainMenuState.cxx @@ -19,6 +19,7 @@ #if defined (HAVE_CONFIG_H) #include #endif // HAVE_CONFIG_H +#include #include #include "AdvancedAIPlayer.h" #include "AnticipatoryAIPlayer.h" --- src/OptionsMenuState.cxx +++ src/OptionsMenuState.cxx @@ -20,6 +20,7 @@ #include #endif // HAVE_CONFIG_H #include +#include #include #include "ControlSetupState.h" #include "File.h" --- src/Sound.h +++ src/Sound.h @@ -19,6 +19,7 @@ #if !defined (AMOEBAX_SOUND_H) #define AMOEBAX_SOUND_H +#include #include namespace Amoebax --- src/System.cxx +++ src/System.cxx @@ -19,7 +19,8 @@ #if defined (HAVE_CONFIG_H) #include #endif // HAVE_CONFIG_H -#include +#include +#include #include #include #include --- src/TwoPlayersState.cxx +++ src/TwoPlayersState.cxx @@ -19,6 +19,7 @@ #if defined (HAVE_CONFIG_H) #include #endif // HAVE_CONFIG_H +#include #include #include #include