From 9519e9895c4cc5762fb5dc8f7e73ef6d8a8ee597 Mon Sep 17 00:00:00 2001 From: Juhu <5894800-Juhu_@users.noreply.gitlab.com> Date: Wed, 31 Mar 2021 14:07:27 +0200 Subject: [PATCH] Add patch from Juhu/compass branch: "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