added some extra headers for the upcomming gcc 4.3 (debian bug #417764)

This commit is contained in:
Mark de Wever 2007-07-02 16:48:24 +00:00
parent 9f1fbfe419
commit 44372c8946
6 changed files with 7 additions and 0 deletions

View file

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

View file

@ -14,6 +14,8 @@
#include "global.hpp"
#include <climits>
#include "SDL.h"
#include "animated.hpp"
#include "util.hpp"

View file

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

View file

@ -21,6 +21,7 @@
#include "global.hpp"
#include <map>
#include <string>
#include <vector>
#include "SDL_types.h"

View file

@ -17,6 +17,7 @@
#include <new>
#include <iostream>
#include <memory>
#include <vector>
#define ERR_G LOG_STREAM(err, general)

View file

@ -29,6 +29,7 @@
#include <algorithm>
#include <climits>
#include <cstdlib>
#include <iostream>