X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=libs%2Fcontainer%2Fhashtable.cpp;h=f2e66022385e2988aaef24eaaba2e2cc6b4af1d5;hb=44124ddaf9a8bd3a0b551e7ff016fa4547780f5a;hp=edcaff637bdca4b646ea8f21d5e6b65ef35f7d0d;hpb=3c73487420fde8d4a3b5360d8b99e48132517900;p=xonotic%2Fnetradiant.git diff --git a/libs/container/hashtable.cpp b/libs/container/hashtable.cpp index edcaff63..f2e66022 100644 --- a/libs/container/hashtable.cpp +++ b/libs/container/hashtable.cpp @@ -20,8 +20,9 @@ */ #include "hashtable.h" +#include "globaldefs.h" -#if defined( _DEBUG ) || defined( DOXYGEN ) +#if GDEF_DEBUG || defined( DOXYGEN ) #include "hashfunc.h"