From 4deec58ca2797e0c81a686d1499a3bcb7992dfce 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();