Added some extra headers for the upcoming gcc 4.3 (debian bug #462708).
This commit is contained in:
parent
81ae1458d0
commit
3c3bb5c638
2 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,8 @@ Version 1.3.14+svn:
|
|||
headers if the size of the column is smaller than the header (eg uploads)
|
||||
* make sure a unit with more hitpoints than its maximum doesn't terminate
|
||||
the game with an assertion error (bug #10876)
|
||||
* various bug fixes and code cleanups
|
||||
* added some extra headers for the upcoming gcc 4.3 (debian bug #462708)
|
||||
|
||||
Version 1.3.14:
|
||||
* campaigns:
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include "game.hpp"
|
||||
#include "player.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <cassert>
|
||||
#include <sstream>
|
||||
|
|
Loading…
Add table
Reference in a new issue