diff options
Diffstat (limited to 'third_party/aom/test/simd_cmp_neon.cc')
-rw-r--r-- | third_party/aom/test/simd_cmp_neon.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/aom/test/simd_cmp_neon.cc b/third_party/aom/test/simd_cmp_neon.cc index c8004cc8b1..53c1e2a07f 100644 --- a/third_party/aom/test/simd_cmp_neon.cc +++ b/third_party/aom/test/simd_cmp_neon.cc @@ -13,5 +13,5 @@ #define ARCH NEON #define ARCH_POSTFIX(name) name##_neon #define SIMD_NAMESPACE simd_test_neon -#include "./simd_cmp_impl.h" +#include "test/simd_cmp_impl.h" #endif |