Index: ppapi/shared_impl/ppb_view_shared.cc |
diff --git a/ppapi/shared_impl/ppb_view_shared.cc b/ppapi/shared_impl/ppb_view_shared.cc |
index 36c047d660953a76e3be5217f349f96a9fa1ca07..5c1ab97c431594209c05ada609979a28530e2036 100644 |
--- a/ppapi/shared_impl/ppb_view_shared.cc |
+++ b/ppapi/shared_impl/ppb_view_shared.cc |
@@ -4,6 +4,8 @@ |
#include "ppapi/shared_impl/ppb_view_shared.h" |
+#include <string.h> |
+ |
namespace { |
bool IsRectNonempty(const PP_Rect& rect) { |