vp9_extension: Include cstring explicitly

Without this, newer android NDKs (r14+) fail to compile.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=154271517
This commit is contained in:
vigneshv 2017-04-26 01:22:55 -07:00 committed by Oliver Woodman
parent 9c2b0f6de2
commit f9c3742354

View file

@ -20,8 +20,9 @@
#include <android/log.h>
#include <algorithm>
#include <cstdlib>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <new>
#include "libyuv.h" // NOLINT