aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorkomels <komels@ydb.tech>2022-11-15 11:52:47 +0300
committerkomels <komels@ydb.tech>2022-11-15 11:52:47 +0300
commit701a5107da136849169c2168f1aecee07500b711 (patch)
tree39e20f2bbdba905b97ff7387dc9110d9c5bf3cd5 /library/cpp
parent0edb475e9aaa2e5d3670db0f2eaad531ffede319 (diff)
downloadydb-701a5107da136849169c2168f1aecee07500b711.tar.gz
Some more tests for SS consistency over topic move
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/yt/threading/futex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/yt/threading/futex.h b/library/cpp/yt/threading/futex.h
index 5c128461ca5..f4709a2674b 100644
--- a/library/cpp/yt/threading/futex.h
+++ b/library/cpp/yt/threading/futex.h
@@ -1,3 +1,5 @@
+#pragma once
+
#include <util/datetime/base.h>
namespace NYT::NThreading {