summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2024-12-27 19:21:04 -0600
committerLywx <kiritodev01@gmail.com>2025-01-03 16:56:49 -0600
commit702352bf1847464e419d7de4763a4a818dca818c (patch)
treef2c25966323ee80a5c07fca927c146c3b09b11fb
parent0731d0d6782c68eaa6083558c9925f23aeb0e155 (diff)
Fixed windows compilation
-rw-r--r--src/port/hooks/impl/EventSystem.cpp1
1 files changed, 1 insertions, 0 deletions
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 <stdexcept>
EventSystem* EventSystem::Instance = new EventSystem();