From: Mario Date: Tue, 13 Aug 2019 05:32:42 +0000 (+1000) Subject: Fix compilation unit test X-Git-Tag: xonotic-v0.8.5~1399 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=57ba0da4ebfb958c1c2090b1aaf53ce875dbf91b;p=xonotic%2Fxonotic-data.pk3dir.git Fix compilation unit test --- diff --git a/qcsrc/server/spawnpoints.qc b/qcsrc/server/spawnpoints.qc index 40acbb6d4..730c92884 100644 --- a/qcsrc/server/spawnpoints.qc +++ b/qcsrc/server/spawnpoints.qc @@ -7,6 +7,7 @@ #include "../common/constants.qh" #include #include "../common/teams.qh" +#include #include "../common/mapobjects/subs.qh" #include "../common/mapobjects/target/spawnpoint.qh" #include "../common/util.qh"