Index: source/libvpx/vp9/encoder/vp9_ssim.c |
diff --git a/source/libvpx/vp9/encoder/vp9_ssim.c b/source/libvpx/vp9/encoder/vp9_ssim.c |
index 88db5dda06d1a7fbbc714290bbb8fda0b98de331..172de5d1daa6ce66a66581149a2b49bc3f6b4666 100644 |
--- a/source/libvpx/vp9/encoder/vp9_ssim.c |
+++ b/source/libvpx/vp9/encoder/vp9_ssim.c |
@@ -10,6 +10,7 @@ |
#include <math.h> |
#include "./vp9_rtcd.h" |
+#include "vpx_ports/mem.h" |
#include "vp9/encoder/vp9_ssim.h" |
void vp9_ssim_parms_16x16_c(uint8_t *s, int sp, uint8_t *r, |