From b79230da9b331d3fe8b9e83c440f28c8de392ae4 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 27 Apr 2020 19:46:13 +0200 Subject: [PATCH] - added missing include to macOS code. --- src/common/platform/posix/cocoa/i_input.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/platform/posix/cocoa/i_input.mm b/src/common/platform/posix/cocoa/i_input.mm index 8b81f86add..dad875fba0 100644 --- a/src/common/platform/posix/cocoa/i_input.mm +++ b/src/common/platform/posix/cocoa/i_input.mm @@ -46,6 +46,7 @@ #include "i_interface.h" #include "menustate.h" #include "engineerrors.h" +#include "keydef.h" EXTERN_CVAR(Int, m_use_mouse)