diff options
author | loudhorr <loudhorr@yandex-team.ru> | 2022-02-10 16:46:26 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:26 +0300 |
commit | f46e9ad72f0ae2f165fb2886ea34043ff5995753 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /util/thread/pool.cpp | |
parent | cda908cacb24be13e419866da89ff4fbeea31f89 (diff) | |
download | ydb-f46e9ad72f0ae2f165fb2886ea34043ff5995753.tar.gz |
Restoring authorship annotation for <loudhorr@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/thread/pool.cpp')
-rw-r--r-- | util/thread/pool.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/thread/pool.cpp b/util/thread/pool.cpp index 28606262c6..05fad02e9b 100644 --- a/util/thread/pool.cpp +++ b/util/thread/pool.cpp @@ -1,5 +1,5 @@ -#include <atomic> - +#include <atomic> + #include <util/system/defaults.h> #if defined(_unix_) |