From 582893fc3beacc6d6f8b4cf33b274a44afd46480 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 19 Jun 2018 13:01:21 +1000 Subject: [PATCH] Compilation unit passes locally, what more can I do --- qcsrc/common/debug.qh | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.39.2