mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 21:36:06 +00:00
Restore a config.hpp include
This fixes compilation
This commit is contained in:
parent
c08ea95c72
commit
c0df87a470
@ -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 <boost/shared_ptr.hpp>
|
||||
#include <SDL.h> // for SDL_Color, SDL_Surface
|
||||
|
||||
class config;
|
||||
class unit_type;
|
||||
class terrain_type_data;
|
||||
typedef boost::shared_ptr<terrain_type_data> tdata_cache;
|
||||
|
Loading…
x
Reference in New Issue
Block a user