| Index: source/libvpx/test/dct16x16_test.cc
|
| diff --git a/source/libvpx/test/dct16x16_test.cc b/source/libvpx/test/dct16x16_test.cc
|
| index 587b27ac87e339ae249d0dec5c798f48e07acaad..b37d8e353fdb2480a01cba65d0115aae16850060 100644
|
| --- a/source/libvpx/test/dct16x16_test.cc
|
| +++ b/source/libvpx/test/dct16x16_test.cc
|
| @@ -20,8 +20,10 @@
|
|
|
| #include "./vp9_rtcd.h"
|
| #include "vp9/common/vp9_entropy.h"
|
| +#include "vp9/common/vp9_scan.h"
|
| #include "vpx/vpx_codec.h"
|
| #include "vpx/vpx_integer.h"
|
| +#include "vpx_ports/mem.h"
|
|
|
| using libvpx_test::ACMRandom;
|
|
|
|
|