diff options
author | mkolom <mkolom@yandex-team.ru> | 2022-02-10 16:46:07 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:07 +0300 |
commit | 5cc85744b35577ef3ca2214128c9e0c41927119e (patch) | |
tree | fba9b982a07e2e19a253f5d9a8ef1226a726919a /contrib/restricted/abseil-cpp/absl/strings/numbers.h | |
parent | dbd3185956979f21ea16ef90c1ba4aa2d6a75fae (diff) | |
download | ydb-5cc85744b35577ef3ca2214128c9e0c41927119e.tar.gz |
Restoring authorship annotation for <mkolom@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/restricted/abseil-cpp/absl/strings/numbers.h')
-rw-r--r-- | contrib/restricted/abseil-cpp/absl/strings/numbers.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/restricted/abseil-cpp/absl/strings/numbers.h b/contrib/restricted/abseil-cpp/absl/strings/numbers.h index 899e623c8c..caba59bcec 100644 --- a/contrib/restricted/abseil-cpp/absl/strings/numbers.h +++ b/contrib/restricted/abseil-cpp/absl/strings/numbers.h @@ -24,12 +24,12 @@ #define ABSL_STRINGS_NUMBERS_H_ #ifdef __SSE4_2__ -#ifdef _MSC_VER -#include <intrin.h> -#else +#ifdef _MSC_VER +#include <intrin.h> +#else #include <x86intrin.h> #endif -#endif +#endif #include <cstddef> #include <cstdlib> |