diff options
| author | lukyan <[email protected]> | 2023-02-01 01:09:58 +0300 |
|---|---|---|
| committer | lukyan <[email protected]> | 2023-02-01 01:09:58 +0300 |
| commit | fff75b19a0093f9769a2f75902d8ea4de6e79886 (patch) | |
| tree | f80441362f2aac1de56061f55be14f20d0b4f60c | |
| parent | 90d8240433b0513f5b61e09aa266404c7968a0f4 (diff) | |
Fix spinlock pause
| -rw-r--r-- | util/system/spinlock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/system/spinlock.h b/util/system/spinlock.h index 87c1e2e187d..9e7f603f491 100644 --- a/util/system/spinlock.h +++ b/util/system/spinlock.h @@ -1,5 +1,6 @@ #pragma once +#include "platform.h" #include "spin_wait.h" #include <atomic> |
