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
commitca90a6cd8db55c2a8716f5197e643d173949ee45 (patch)
tree153fb1b87443aca614948fda2f9e7f652ef7c141 /util/system/unaligned_mem.h
parentb71cb79039a5ce17476c821883ef2e62eb4179d2 (diff)
downloadydb-ca90a6cd8db55c2a8716f5197e643d173949ee45.tar.gz
Restoring authorship annotation for <dieash@yandex-team.ru>. Commit 1 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 4b84686f2f..4835994640 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.