added some extra headers for the upcomming gcc 4.3 (debian bug #417764)
This commit is contained in:
parent
9f1fbfe419
commit
44372c8946
6 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,7 @@ Version 1.3.4+svn:
|
|||
* added experimental new transition between map and background
|
||||
* miscellaneous and bug fixes
|
||||
* fix a minor glitch when selecting the leftmost menu heading
|
||||
* added some extra headers for the upcomming gcc 4.3 (debian bug #417764)
|
||||
|
||||
Version 1.3.4:
|
||||
* campaigns
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
|
||||
#include "global.hpp"
|
||||
|
||||
#include <climits>
|
||||
|
||||
#include "SDL.h"
|
||||
#include "animated.hpp"
|
||||
#include "util.hpp"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include "util.hpp"
|
||||
#include "wassert.hpp"
|
||||
#include "serialization/string_utils.hpp"
|
||||
#include <climits>
|
||||
|
||||
#define ERR_NG LOG_STREAM(err, engine)
|
||||
#define DEBUG_NG LOG_STREAM(info, engine)
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include "global.hpp"
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "SDL_types.h"
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
#include <new>
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#define ERR_G LOG_STREAM(err, general)
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
|
||||
#include <algorithm>
|
||||
#include <climits>
|
||||
#include <cstdlib>
|
||||
#include <iostream>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue