From 536de6932a71a0637c0b6ce3c1423d4f25378017 Mon Sep 17 00:00:00 2001 From: Robert Beckebans Date: Sat, 1 Dec 2012 14:55:24 +0100 Subject: [PATCH] Added missing #include for uinptr_t with MinGW. --- neo/idlib/sys/sys_includes.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/neo/idlib/sys/sys_includes.h b/neo/idlib/sys/sys_includes.h index cb358ee9..121d9525 100644 --- a/neo/idlib/sys/sys_includes.h +++ b/neo/idlib/sys/sys_includes.h @@ -3,6 +3,8 @@ Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. +Copyright (C) 2012 Daniel Gibson +Copyright (C) 2012 Robert Beckebans This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). @@ -115,6 +117,9 @@ If you have questions concerning this license or the applicable additional terms #include #include #include +// RB: added for missing uintptr_t with MinGW +#include +// RB end //-----------------------------------------------------