Add some headers for g++-4.4.
This commit is contained in:
parent
8e4a57e5fc
commit
f169ce4f57
2 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,8 @@ class arrow;
|
|||
#include "video.hpp"
|
||||
#include "widgets/button.hpp"
|
||||
|
||||
#include <list>
|
||||
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue