From 501d1cc33d29c2f10a8a52d7f94e5fc8bcacb949 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 17 Jan 2018 19:58:27 -0500 Subject: [PATCH] hotkeys: Add missing include --- src/yuzu/hotkeys.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/yuzu/hotkeys.cpp b/src/yuzu/hotkeys.cpp index 42f026464..61acb38ee 100644 --- a/src/yuzu/hotkeys.cpp +++ b/src/yuzu/hotkeys.cpp @@ -5,6 +5,7 @@ #include #include #include +#include #include #include "yuzu/hotkeys.h" #include "yuzu/ui_settings.h"