]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
add missing header file to compass panel code Juhu/compass
authorJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Wed, 31 Mar 2021 12:05:53 +0000 (14:05 +0200)
committerJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Wed, 31 Mar 2021 12:05:53 +0000 (14:05 +0200)
qcsrc/client/hud/panel/compass.qc

index 14a5ab999f5930aa168977ace9b86370591d8521..2d2c8003c6ede1eb12b9b33bc40b80ffbd6c587d 100644 (file)
@@ -3,6 +3,7 @@
 #include "compass.qh"
 
 #include <client/draw.qh>
+#include <client/view.qh>
 #include <common/physics/player.qh>
 #include <lib/csqcmodel/cl_player.qh>