X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=libs%2Fstring%2Fpooledstring.cpp;h=d43863311374c07261402b225ab85a5d35508535;hb=0f2e4b773715b05595f1c149d99fcc4795e01948;hp=96cb298d56cd94c7feb34c724cc4208d338ea39c;hpb=83113718a4fb6a8e2318841f16f8a0b0eb85675c;p=xonotic%2Fnetradiant.git diff --git a/libs/string/pooledstring.cpp b/libs/string/pooledstring.cpp index 96cb298d..d4386331 100644 --- a/libs/string/pooledstring.cpp +++ b/libs/string/pooledstring.cpp @@ -1,8 +1,9 @@ #include "pooledstring.h" +#include "globaldefs.h" #include "generic/static.h" -#if defined( _DEBUG ) +#if GDEF_DEBUG namespace ExamplePooledString { @@ -21,4 +22,4 @@ struct Always } always; } -#endif \ No newline at end of file +#endif