From 89980d9e774973c82d07299b563b34211dbf9267 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sat, 12 Aug 2017 14:41:23 +0300 Subject: [PATCH] Fixed linking with GCC and Clang toolchains --- src/p_tick.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/p_tick.cpp b/src/p_tick.cpp index 820a4ff68..67bcc592d 100644 --- a/src/p_tick.cpp +++ b/src/p_tick.cpp @@ -40,6 +40,7 @@ #include "p_spec.h" #include "g_levellocals.h" #include "events.h" +#include "actorinlines.h" extern gamestate_t wipegamestate;