fix building with gcc 4.x

This commit is contained in:
Gremlin from Kremlin
2009-04-04 09:51:04 +00:00
parent 7f469be929
commit 5d1ed88a16
15 changed files with 32 additions and 10 deletions

View File

@@ -31,6 +31,7 @@
#pragma warning(disable: 4786)
#endif
#include <algorithm>
#include <limits.h>
#include <golded.h>
#if defined(__USE_ALLOCA__)

View File

@@ -25,6 +25,7 @@
// ------------------------------------------------------------------
#include <cstdarg>
#include <limits.h>
#include <golded.h>
#include <gstrmail.h>
#include <gutlcode.h>