From 3ccc5e7b27b2e3f759cfa146a7f35d028dcdc55a Mon Sep 17 00:00:00 2001 From: KUDr Date: Sat, 10 Mar 2007 20:05:31 +0000 Subject: (svn r9104) -Fix(r9080, r9081): UINT32_MAX is undefined on MSVC, std::numeric_limits doesn't exist in gcc 2.95 (MorphOS), so back to tree and use ~0 instead (peter1138) --- src/stdafx.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/stdafx.h') diff --git a/src/stdafx.h b/src/stdafx.h index faea27f11..3c9419f84 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -20,8 +20,6 @@ # define INT64_MAX 9223372036854775807LL #endif -#include - #include #include #include -- cgit v1.2.3-54-g00ecf