mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-15 17:02:14 +03:00
use correct include
This commit is contained in:
committed by
Konstantinos Margaritis
parent
71c59a95e9
commit
f838d46cc2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user