From: Martin Schwan Date: Sun, 6 Jan 2019 18:54:45 +0000 (+0100) Subject: Include globaldefs.h in arrayedlist.h X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3d55ba8f8571c8329b6dad888f563864a9f83113;p=xonotic%2Fnetradiant.git Include globaldefs.h in arrayedlist.h This fixes a compiler error where GDEF_ATTRIBUTE_INLINE was not defined and thus made tools/quake2/qdata_heretic2/qcommon/arrayedlist.h to fail. --- diff --git a/tools/quake2/qdata_heretic2/qcommon/arrayedlist.h b/tools/quake2/qdata_heretic2/qcommon/arrayedlist.h index e54ad223..46663dd5 100644 --- a/tools/quake2/qdata_heretic2/qcommon/arrayedlist.h +++ b/tools/quake2/qdata_heretic2/qcommon/arrayedlist.h @@ -23,6 +23,7 @@ #define _ARRAYEDLIST_H #include +#include typedef struct ArrayedListNode_s {