From fdede6003446efe2002fc650f635f1be73265116 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Sat, 31 Oct 2015 02:38:23 -0400 Subject: Fix C++11 compatibility --- src/objdef.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/objdef.h') diff --git a/src/objdef.h b/src/objdef.h index e7e956e51..1dce367a9 100644 --- a/src/objdef.h +++ b/src/objdef.h @@ -20,6 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifndef OBJDEF_HEADER #define OBJDEF_HEADER +#include "basicmacros.h" #include "porting.h" class IGameDef; -- cgit v1.2.3