aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lfalloc/lf_allocX64.h
diff options
context:
space:
mode:
authorsvshevtsov <svshevtsov@yandex-team.ru>2022-02-10 16:49:37 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:37 +0300
commitde89752358147d7b25ef59a85b431bb564068a49 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/lfalloc/lf_allocX64.h
parent657337012a264721d58c470b4e9e796611f3c492 (diff)
downloadydb-de89752358147d7b25ef59a85b431bb564068a49.tar.gz
Restoring authorship annotation for <svshevtsov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/lfalloc/lf_allocX64.h')
-rw-r--r--library/cpp/lfalloc/lf_allocX64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/lfalloc/lf_allocX64.h b/library/cpp/lfalloc/lf_allocX64.h
index 2be9f819f0..fd2a906d6f 100644
--- a/library/cpp/lfalloc/lf_allocX64.h
+++ b/library/cpp/lfalloc/lf_allocX64.h
@@ -24,7 +24,7 @@
#pragma intrinsic(_InterlockedExchangeAdd)
#include <new>
-#include <assert.h>
+#include <assert.h>
#include <errno.h>
#define PERTHREAD __declspec(thread)