Skip to content

Commit

Permalink
Restore a config.hpp include
Browse files Browse the repository at this point in the history
This fixes compilation
  • Loading branch information
Vultraz committed Feb 23, 2016
1 parent c08ea95 commit c0df87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/help/help_impl.hpp
Expand Up @@ -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

Expand All @@ -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;
Expand Down

0 comments on commit c0df87a

Please sign in to comment.