From: Juhu <5894800-Juhu_@users.noreply.gitlab.com> Date: Sat, 8 Oct 2022 00:08:31 +0000 (+0200) Subject: strafehud: add include for IS_PLAYER macro X-Git-Tag: xonotic-v0.8.6~136^2~17 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=60f35e9462511239d69b25204c41bb1f5694ca11;p=xonotic%2Fxonotic-data.pk3dir.git strafehud: add include for IS_PLAYER macro --- diff --git a/qcsrc/client/hud/panel/strafehud.qc b/qcsrc/client/hud/panel/strafehud.qc index cd31314d9..04c90c4f8 100644 --- a/qcsrc/client/hud/panel/strafehud.qc +++ b/qcsrc/client/hud/panel/strafehud.qc @@ -18,6 +18,7 @@ #include // checkpoint information (race_*) // jump height +#include // for IS_PLAYER() macro #include // IS_DEAD() macro // StrafeHUD (#25)