From a235d23c945f07661a60d7aa434d77526cfaa655 Mon Sep 17 00:00:00 2001 From: drfrag Date: Wed, 17 Apr 2019 15:10:11 +0200 Subject: [PATCH] - Missing include. --- src/actorinlines.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/actorinlines.h b/src/actorinlines.h index badb9be2a..e7459cde2 100644 --- a/src/actorinlines.h +++ b/src/actorinlines.h @@ -2,6 +2,8 @@ #include "actor.h" #include "r_defs.h" +#include "g_levellocals.h" + // These depend on both actor.h and r_defs.h so they cannot be in either file without creating a cross dependency. inline DVector3 AActor::PosRelative(int portalgroup) const