From: Mario Date: Wed, 20 May 2020 10:57:54 +0000 (+1000) Subject: Add a missing include for the overkill shotgun, fixes compile X-Git-Tag: xonotic-v0.8.5~1056 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=853e42aa636a4b8550ea9a054f9a31bc98e5429d;p=xonotic%2Fxonotic-data.pk3dir.git Add a missing include for the overkill shotgun, fixes compile --- diff --git a/qcsrc/common/mutators/mutator/nades/nades.qc b/qcsrc/common/mutators/mutator/nades/nades.qc index 0a482095d..46e339a03 100644 --- a/qcsrc/common/mutators/mutator/nades/nades.qc +++ b/qcsrc/common/mutators/mutator/nades/nades.qc @@ -1,6 +1,7 @@ #include "nades.qh" #include "../overkill/okmachinegun.qh" +#include "../overkill/okshotgun.qh" #ifdef SVQC bool autocvar_g_nades_nade_small;