From a6e0c9ce9b6c468d0e622ffb5c05eba664ea4f47 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Tue, 17 Oct 2017 23:33:13 +0500 Subject: Refactored #include directives --- src/Event.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Event.cpp') diff --git a/src/Event.cpp b/src/Event.cpp index 1a0816f..1f3a9e8 100644 --- a/src/Event.cpp +++ b/src/Event.cpp @@ -1,6 +1,9 @@ #include "Event.hpp" + #include +#include "Utility.hpp" + std::queue EventAgregator::eventsToHandle; std::mutex EventAgregator::queueMutex; bool EventAgregator::isStarted = false; -- cgit v1.2.3