mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 16:21:40 +00:00
Added some extra headers for the upcoming gcc 4.3 (debian bug #462708).
This commit is contained in:
parent
81ae1458d0
commit
3c3bb5c638
@ -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…
x
Reference in New Issue
Block a user