From 0b4862480e05dedee3e38d1cc8b1d4c28201b5b5 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 31 Jan 2019 02:05:33 +0100 Subject: [PATCH] - fixed macOS compilation. --- src/posix/cocoa/i_input.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/posix/cocoa/i_input.mm b/src/posix/cocoa/i_input.mm index 87abe4298e..79315e1ced 100644 --- a/src/posix/cocoa/i_input.mm +++ b/src/posix/cocoa/i_input.mm @@ -45,6 +45,7 @@ #include "doomstat.h" #include "v_video.h" #include "events.h" +#include "g_game.h" EXTERN_CVAR(Int, m_use_mouse)