aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/unaligned_mem.h
diff options
context:
space:
mode:
authordieash <dieash@yandex-team.ru>2022-02-10 16:47:26 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:26 +0300
commitd0d68c395c10da4cb56a1c845504570a04d7893e (patch)
tree9814fbd1c3effac9b8377c5d604b367b14e2db55 /util/system/unaligned_mem.h
parentca90a6cd8db55c2a8716f5197e643d173949ee45 (diff)
downloadydb-d0d68c395c10da4cb56a1c845504570a04d7893e.tar.gz
Restoring authorship annotation for <dieash@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/unaligned_mem.h')
-rw-r--r--util/system/unaligned_mem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/unaligned_mem.h b/util/system/unaligned_mem.h
index 4835994640..4b84686f2f 100644
--- a/util/system/unaligned_mem.h
+++ b/util/system/unaligned_mem.h
@@ -4,7 +4,7 @@
#include "yassert.h"
#include <string.h>
-#include <type_traits>
+#include <type_traits>
// The following code used to have smart tricks assuming that unaligned reads and writes are OK on x86. This assumption
// is wrong because compiler may emit alignment-sensitive x86 instructions e.g. movaps. See IGNIETFERRO-735.