summaryrefslogtreecommitdiff
path: root/src/port/hooks/impl/EventSystem.cpp
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2024-12-27 19:21:04 -0600
committerKiritoDv <kiritodev01@gmail.com>2024-12-27 19:21:04 -0600
commit4deec58ca2797e0c81a686d1499a3bcb7992dfce (patch)
treea80623bdb0ac3045ee9df9bf4cb37f62d9effa7f /src/port/hooks/impl/EventSystem.cpp
parent4a451417a5d0e007fa98ed44221a2afacaff1166 (diff)
Fixed windows compilation
Diffstat (limited to 'src/port/hooks/impl/EventSystem.cpp')
-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();