Skip to content

Commit

Permalink
Redid c0df87a correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Feb 23, 2016
1 parent c0df87a commit 56f0c9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/help/help_impl.hpp
Expand Up @@ -32,10 +32,10 @@
#ifndef HELP_IMPL_INCLUDED
#define HELP_IMPL_INCLUDED

#include "config.hpp"
#include "exceptions.hpp" // for error
#include "font.hpp" // for line_width, relative_size

#include <cstring>
#include <list> // for list
#include <ostream> // for operator<<, stringstream, etc
#include <string> // for string, allocator, etc
Expand All @@ -44,6 +44,7 @@
#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 56f0c9a

Please sign in to comment.