From: Mario Date: Tue, 19 Jun 2018 03:01:21 +0000 (+1000) Subject: Compilation unit passes locally, what more can I do X-Git-Tag: xonotic-v0.8.5~2006 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=582893fc3beacc6d6f8b4cf33b274a44afd46480;p=xonotic%2Fxonotic-data.pk3dir.git Compilation unit passes locally, what more can I do --- diff --git a/qcsrc/common/debug.qh b/qcsrc/common/debug.qh index ab4e6f2e9..41c5d3017 100644 --- a/qcsrc/common/debug.qh +++ b/qcsrc/common/debug.qh @@ -1,5 +1,9 @@ #pragma once +#ifdef CSQC +#include +#endif + // This includes some functions useful for debugging. // Some more bot-specific ones are in server/pathlib/debug.qc.