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