summaryrefslogtreecommitdiffstats
path: root/third_party/aom/test/simd_ssse3_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/test/simd_ssse3_test.cc')
-rw-r--r--third_party/aom/test/simd_ssse3_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/aom/test/simd_ssse3_test.cc b/third_party/aom/test/simd_ssse3_test.cc
index 9ebeeef1b..d95c26fb5 100644
--- a/third_party/aom/test/simd_ssse3_test.cc
+++ b/third_party/aom/test/simd_ssse3_test.cc
@@ -14,5 +14,5 @@
#define ARCH SSSE3
#define ARCH_POSTFIX(name) name##_ssse3
#define SIMD_NAMESPACE simd_test_ssse3
-#include "./simd_impl.h"
+#include "test/simd_impl.h"
#endif