aboutsummaryrefslogtreecommitdiffstats
path: root/util/system
diff options
context:
space:
mode:
authorlukyan <lukyan@yandex-team.com>2023-02-01 01:09:58 +0300
committerlukyan <lukyan@yandex-team.com>2023-02-01 01:09:58 +0300
commitfff75b19a0093f9769a2f75902d8ea4de6e79886 (patch)
treef80441362f2aac1de56061f55be14f20d0b4f60c /util/system
parent90d8240433b0513f5b61e09aa266404c7968a0f4 (diff)
downloadydb-fff75b19a0093f9769a2f75902d8ea4de6e79886.tar.gz
Fix spinlock pause
Diffstat (limited to 'util/system')
-rw-r--r--util/system/spinlock.h1
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>