diff options
author | komels <komels@ydb.tech> | 2022-11-15 11:52:47 +0300 |
---|---|---|
committer | komels <komels@ydb.tech> | 2022-11-15 11:52:47 +0300 |
commit | 701a5107da136849169c2168f1aecee07500b711 (patch) | |
tree | 39e20f2bbdba905b97ff7387dc9110d9c5bf3cd5 /library/cpp | |
parent | 0edb475e9aaa2e5d3670db0f2eaad531ffede319 (diff) | |
download | ydb-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.h | 2 |
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 { |