From f876de6d536449bbf8ce312b3aa7523d97084fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Thu, 28 May 2020 19:07:44 -0300 Subject: [PATCH] Include in the new class (MSVC is complaining). --- include/eepp/ui/keyboardshortcut.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/eepp/ui/keyboardshortcut.hpp b/include/eepp/ui/keyboardshortcut.hpp index c4baa4f57..6aef76fdc 100644 --- a/include/eepp/ui/keyboardshortcut.hpp +++ b/include/eepp/ui/keyboardshortcut.hpp @@ -3,6 +3,7 @@ #include #include +#include #include namespace EE { namespace Window {