| Index: source/libvpx/vp9/encoder/vp9_subexp.c
|
| diff --git a/source/libvpx/vp9/encoder/vp9_subexp.c b/source/libvpx/vp9/encoder/vp9_subexp.c
|
| index cfdc90d15fb5e092462f3517a9a475d508f6c930..b345b162cdb8002e0b03f8283a5d4f324027b64d 100644
|
| --- a/source/libvpx/vp9/encoder/vp9_subexp.c
|
| +++ b/source/libvpx/vp9/encoder/vp9_subexp.c
|
| @@ -12,6 +12,7 @@
|
| #include "vp9/common/vp9_entropy.h"
|
|
|
| #include "vp9/encoder/vp9_cost.h"
|
| +#include "vp9/encoder/vp9_subexp.h"
|
| #include "vp9/encoder/vp9_writer.h"
|
|
|
| #define vp9_cost_upd256 ((int)(vp9_cost_one(upd) - vp9_cost_zero(upd)))
|
|
|