diff --git a/src/port/hooks/impl/EventSystem.cpp b/src/port/hooks/impl/EventSystem.cpp index 5aa74bc0..44c58ec0 100644 --- a/src/port/hooks/impl/EventSystem.cpp +++ b/src/port/hooks/impl/EventSystem.cpp @@ -1,4 +1,5 @@ #include "EventSystem.h" +#include EventSystem* EventSystem::Instance = new EventSystem();