From: Juhu <5894800-Juhu_@users.noreply.gitlab.com> Date: Fri, 7 Aug 2020 17:50:15 +0000 (+0200) Subject: strafehud: add missing include for race checkpoints X-Git-Tag: xonotic-v0.8.5~738^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2628347ca767dc7d17b5db20ed6c786922c15167;p=xonotic%2Fxonotic-data.pk3dir.git strafehud: add missing include for race checkpoints --- diff --git a/qcsrc/client/hud/panel/strafehud.qc b/qcsrc/client/hud/panel/strafehud.qc index 63311dd11..c62cdbd1b 100644 --- a/qcsrc/client/hud/panel/strafehud.qc +++ b/qcsrc/client/hud/panel/strafehud.qc @@ -3,6 +3,7 @@ #include "strafehud.qh" #include +#include #include #include #include