diff --git a/src/help/help_impl.hpp b/src/help/help_impl.hpp index 74b67654461d..a5d24910fc9d 100644 --- a/src/help/help_impl.hpp +++ b/src/help/help_impl.hpp @@ -32,6 +32,7 @@ #ifndef HELP_IMPL_INCLUDED #define HELP_IMPL_INCLUDED +#include "config.hpp" #include "exceptions.hpp" // for error #include "font.hpp" // for line_width, relative_size @@ -43,7 +44,6 @@ #include #include // for SDL_Color, SDL_Surface -class config; class unit_type; class terrain_type_data; typedef boost::shared_ptr tdata_cache;