From 60f35e9462511239d69b25204c41bb1f5694ca11 Mon Sep 17 00:00:00 2001 From: Juhu <5894800-Juhu_@users.noreply.gitlab.com> Date: Sat, 8 Oct 2022 02:08:31 +0200 Subject: [PATCH] strafehud: add include for IS_PLAYER macro --- qcsrc/client/hud/panel/strafehud.qc | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2