mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
fix compilation on non-x86
This commit is contained in:
committed by
Konstantinos Margaritis
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 {
|
||||
|
||||
|
Reference in New Issue
Block a user