From 43005c1925504580ed6498eb859087fac4562547 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Fri, 24 May 2019 14:24:27 -0400 Subject: [PATCH] libroot: Include emmintrin instead of x86intrin. We only need one builtin here, not 8 files of them. --- src/system/libroot/posix/string/arch/x86_64/arch_string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/libroot/posix/string/arch/x86_64/arch_string.cpp b/src/system/libroot/posix/string/arch/x86_64/arch_string.cpp index 8d33b7ceb5..d2f135b14e 100644 --- a/src/system/libroot/posix/string/arch/x86_64/arch_string.cpp +++ b/src/system/libroot/posix/string/arch/x86_64/arch_string.cpp @@ -9,7 +9,7 @@ #include #include -#include +#include namespace {