From eb9dbf9714621fd41887e7a9463e6776600ac38f Mon Sep 17 00:00:00 2001 From: Farwaykorse Date: Mon, 13 Jan 2020 11:21:27 +0100 Subject: [PATCH] add missing #include --- modules/event/event_windows.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/event/event_windows.cpp b/modules/event/event_windows.cpp index ce6027f2..3d413ef3 100644 --- a/modules/event/event_windows.cpp +++ b/modules/event/event_windows.cpp @@ -14,6 +14,8 @@ // Windows Concurrency Runtime's event is not alertible. //#include +#include + using namespace std; using namespace gsl;