From ee1fd9274d634e4e10536b9877586b34edbb910f Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Sat, 23 Jun 2018 14:10:20 +0000 Subject: [PATCH] Add missing include --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index b8d9655cc..580f36902 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -12,6 +12,7 @@ #include #include #include +#include #ifdef USEWINSDK #include "util/nativeeventhelper.hpp"