diff options
Diffstat (limited to '')
-rw-r--r-- | src/Event.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 <easylogging++.h> +#include "Utility.hpp" + std::queue<Event> EventAgregator::eventsToHandle; std::mutex EventAgregator::queueMutex; bool EventAgregator::isStarted = false; |