From 702352bf1847464e419d7de4763a4a818dca818c Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Fri, 27 Dec 2024 19:21:04 -0600 Subject: [PATCH] Fixed windows compilation --- src/port/hooks/impl/EventSystem.cpp | 1 + 1 file changed, 1 insertion(+) 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();