diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-12-27 19:21:04 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-12-27 19:21:04 -0600 |
| commit | 4deec58ca2797e0c81a686d1499a3bcb7992dfce (patch) | |
| tree | a80623bdb0ac3045ee9df9bf4cb37f62d9effa7f /src | |
| parent | 4a451417a5d0e007fa98ed44221a2afacaff1166 (diff) | |
Fixed windows compilation
Diffstat (limited to 'src')
| -rw-r--r-- | src/port/hooks/impl/EventSystem.cpp | 1 |
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(); |
