]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
add missing include for BR in scoreboard.qc
authorJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Tue, 18 Jan 2022 16:20:43 +0000 (17:20 +0100)
committerJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Tue, 18 Jan 2022 16:20:43 +0000 (17:20 +0100)
qcsrc/client/hud/panel/scoreboard.qc

index b46ec01c89898ac56f44f2ccfcc2a6df23303fbc..b9ba1c5674eecf4fb9630a544af42bb3d2a60752 100644 (file)
@@ -9,6 +9,7 @@
 #include <common/constants.qh>
 #include <common/ent_cs.qh>
 #include <common/mapinfo.qh>
+#include <common/gamemodes/_mod.qh>
 #include <common/minigames/cl_minigames.qh>
 #include <common/net_linked.qh>
 #include <common/scores.qh>