From 722e87f19f3451f47fa377ed3b64345ead752ed8 Mon Sep 17 00:00:00 2001 From: Frank Barchard Date: Fri, 19 Jun 2015 16:40:22 -0700 Subject: [PATCH] string.h for memcpy R=harryjin BUG=libyuv:448 Review URL: https://webrtc-codereview.appspot.com/57609004. --- source/row_any.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/row_any.cc b/source/row_any.cc index 1737e3e9d..0d412832d 100644 --- a/source/row_any.cc +++ b/source/row_any.cc @@ -10,7 +10,7 @@ #include "libyuv/row.h" -#include // for memcpy() +#include // For memcpy and memset. #include "libyuv/basic_types.h"