Commit f9c37423 by vigneshv Committed by Oliver Woodman

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
parent 9c2b0f6d
Showing with 2 additions and 1 deletions
...@@ -20,8 +20,9 @@ ...@@ -20,8 +20,9 @@
#include <android/log.h> #include <android/log.h>
#include <algorithm> #include <algorithm>
#include <cstdlib>
#include <cstdio> #include <cstdio>
#include <cstdlib>
#include <cstring>
#include <new> #include <new>
#include "libyuv.h" // NOLINT #include "libyuv.h" // NOLINT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment