Add a missing header.

This commit is contained in:
Mark de Wever 2008-11-09 10:23:13 +00:00
parent 80ee8a0f83
commit fe8b43b181

View File

@ -21,11 +21,11 @@
#define UNIT_DISPLAY_HPP_INCLUDED #define UNIT_DISPLAY_HPP_INCLUDED
#include "map_location.hpp" #include "map_location.hpp"
#include "unit_map.hpp"
class attack_type; class attack_type;
class team; class team;
class unit; class unit;
class unit_map;
/** /**
* Contains a number of free functions which display units * Contains a number of free functions which display units