| Index: source/libvpx/vp9/common/vp9_idct.c
|
| diff --git a/source/libvpx/vp9/common/vp9_idct.c b/source/libvpx/vp9/common/vp9_idct.c
|
| index 3b214371c47a24cf29f5c7193dc7e169638b09fd..174b96e21ad826b1ff6340a6cc49f8d1401740c4 100644
|
| --- a/source/libvpx/vp9/common/vp9_idct.c
|
| +++ b/source/libvpx/vp9/common/vp9_idct.c
|
| @@ -11,6 +11,7 @@
|
| #include <math.h>
|
|
|
| #include "./vp9_rtcd.h"
|
| +#include "vpx_ports/mem.h"
|
| #include "vp9/common/vp9_blockd.h"
|
| #include "vp9/common/vp9_idct.h"
|
| #include "vp9/common/vp9_systemdependent.h"
|
|
|