Added some extra headers for the upcoming gcc 4.3 (debian bug #462708).

This commit is contained in:
Mark de Wever 2008-01-27 10:00:45 +00:00
parent 81ae1458d0
commit 3c3bb5c638
2 changed files with 3 additions and 0 deletions

View file

@ -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:

View file

@ -22,6 +22,7 @@
#include "game.hpp"
#include "player.hpp"
#include <algorithm>
#include <iostream>
#include <cassert>
#include <sstream>