Add some headers for g++-4.4.

This commit is contained in:
Mark de Wever 2010-11-21 14:32:46 +00:00
parent 8e4a57e5fc
commit f169ce4f57
2 changed files with 4 additions and 0 deletions

View file

@ -48,6 +48,8 @@ class arrow;
#include "video.hpp"
#include "widgets/button.hpp"
#include <list>
#include <boost/function.hpp>
#include <boost/scoped_ptr.hpp>

View file

@ -23,6 +23,8 @@ class unit;
class unit_map;
class team;
#include <set>
//side_filter: a class that implements the Standard Side Filter
class side_filter {
public: