diff options
Diffstat (limited to 'src/KingSystem/Utils/Thread')
| -rw-r--r-- | src/KingSystem/Utils/Thread/Event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/Utils/Thread/Event.h b/src/KingSystem/Utils/Thread/Event.h index e8400708..7c59c339 100644 --- a/src/KingSystem/Utils/Thread/Event.h +++ b/src/KingSystem/Utils/Thread/Event.h @@ -1,8 +1,8 @@ #pragma once +#include <thread/seadAtomic.h> #include <thread/seadEvent.h> #include "KingSystem/Utils/Types.h" -#include <thread/seadAtomic.h> namespace ksys::util { |
