diff options
Diffstat (limited to 'src/crepe/system/EventSystem.cpp')
-rw-r--r-- | src/crepe/system/EventSystem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crepe/system/EventSystem.cpp b/src/crepe/system/EventSystem.cpp index bf2b6bc..5475798 100644 --- a/src/crepe/system/EventSystem.cpp +++ b/src/crepe/system/EventSystem.cpp @@ -1,3 +1,4 @@ +#include "../manager/EventManager.h" #include "EventSystem.h" using namespace crepe; |