summaryrefslogtreecommitdiff
path: root/test/vp9_boolcoder_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/vp9_boolcoder_test.cc')
-rw-r--r--test/vp9_boolcoder_test.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/vp9_boolcoder_test.cc b/test/vp9_boolcoder_test.cc
index c7f0cd80f..44557d738 100644
--- a/test/vp9_boolcoder_test.cc
+++ b/test/vp9_boolcoder_test.cc
@@ -14,11 +14,12 @@
#include "third_party/googletest/src/include/gtest/gtest.h"
-#include "vp9/decoder/vp9_reader.h"
+#include "vpx/vpx_integer.h"
+#include "vpx_dsp/vp9_reader.h"
+
#include "vp9/encoder/vp9_writer.h"
#include "test/acm_random.h"
-#include "vpx/vpx_integer.h"
using libvpx_test::ACMRandom;