]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
use correct include
authorKonstantinos Margaritis <markos@freevec.org>
Mon, 15 Feb 2021 11:49:23 +0000 (13:49 +0200)
committerKonstantinos Margaritis <markos@users.noreply.github.com>
Mon, 15 Feb 2021 11:54:19 +0000 (13:54 +0200)
unit/internal/masked_move.cpp

index 1b7a2cf150b92e5eae9476141761ef482c4d1d2a..8641a46855583f30c8b7d87bf65420da554c780b 100644 (file)
@@ -33,7 +33,7 @@
 #include "gtest/gtest.h"
 #include "util/arch.h"
 #if defined(ARCH_IA32) || defined(ARCH_X86_64)
-#include "util/masked_move.h"
+#include "util/arch/x86/masked_move.h"
 #endif
 
 namespace {