]> git.xonotic.org Git - xonotic/netradiant.git/commit
Include globaldefs.h in arrayedlist.h
authorMartin Schwan <mschwan@posteo.de>
Sun, 6 Jan 2019 18:54:45 +0000 (19:54 +0100)
committerMartin Schwan <mschwan@posteo.de>
Sun, 6 Jan 2019 18:54:45 +0000 (19:54 +0100)
commit3d55ba8f8571c8329b6dad888f563864a9f83113
tree588007de8518a0e71e519301e74a26224d36c044
parente8acb4804a28e0ba4f5954e68dc7e1a74fdde939
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.
tools/quake2/qdata_heretic2/qcommon/arrayedlist.h