mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
fix compilation on non-x86
This commit is contained in:
parent
5b85589274
commit
51dcfa8571
@ -32,7 +32,9 @@
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include "util/arch.h"
|
||||
#if defined(ARCH_IA32) || defined(ARCH_X86_64)
|
||||
#include "util/masked_move.h"
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user