From d583471d8415733f70baad691dc251fd4b0281aa Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Tue, 17 Jan 2023 15:30:30 +1000 Subject: [PATCH] Fix compilation unit test derp --- qcsrc/server/items/spawning.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/server/items/spawning.qc b/qcsrc/server/items/spawning.qc index a1789e9dc..208552142 100644 --- a/qcsrc/server/items/spawning.qc +++ b/qcsrc/server/items/spawning.qc @@ -10,6 +10,7 @@ #include #include #include +#include .bool m_isloot; ///< Holds whether item is loot. /// \brief Holds whether strength, shield or superweapon timers expire while -- 2.39.2