From 3e9cfb0fdbacb5d3bf8c51e46d25f096ebea500d Mon Sep 17 00:00:00 2001 From: Juhu <5894800-Juhu_@users.noreply.gitlab.com> Date: Wed, 31 Mar 2021 14:05:53 +0200 Subject: [PATCH] add missing header file to compass panel code --- qcsrc/client/hud/panel/compass.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/client/hud/panel/compass.qc b/qcsrc/client/hud/panel/compass.qc index 14a5ab999..2d2c8003c 100644 --- a/qcsrc/client/hud/panel/compass.qc +++ b/qcsrc/client/hud/panel/compass.qc @@ -3,6 +3,7 @@ #include "compass.qh" #include +#include #include #include -- 2.39.2