diff options
Diffstat (limited to 'core/spin_lock.h')
-rw-r--r-- | core/spin_lock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/spin_lock.h b/core/spin_lock.h index c48631f94a..1bb810bb29 100644 --- a/core/spin_lock.h +++ b/core/spin_lock.h @@ -32,6 +32,7 @@ #define SPIN_LOCK_H #include "core/typedefs.h" + #include <atomic> class SpinLock { |