From: terencehill Date: Sat, 6 Aug 2016 17:04:11 +0000 (+0200) Subject: Make it pass compilation units X-Git-Tag: xonotic-v0.8.2~716^2~8 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c1cd7101bddf03421f3513eef7d351e75bbc02f4;p=xonotic%2Fxonotic-data.pk3dir.git Make it pass compilation units --- diff --git a/qcsrc/client/hud/hud_config.qc b/qcsrc/client/hud/hud_config.qc index 04a206315..e4fffedfd 100644 --- a/qcsrc/client/hud/hud_config.qc +++ b/qcsrc/client/hud/hud_config.qc @@ -1,6 +1,7 @@ #include "hud_config.qh" #include "hud.qh" +#include "panel/scoreboard.qh" #define HUD_Write(s) fputs(fh, s) #define HUD_Write_Cvar(cvar) HUD_Write(strcat("seta ", cvar, " \"", cvar_string(cvar), "\"\n"))