From c0df87a4704924ba8331858e595090a74da1a638 Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Wed, 24 Feb 2016 09:00:10 +1100 Subject: [PATCH] Restore a config.hpp include This fixes compilation --- src/help/help_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;