Commit e69a3f28 by Jamie Madill

Add missing cstring include to Uniform.cpp.

This file was missing on GCC builds. BUG=angle:773 Change-Id: I6222b5ee563d64967d878c422abd464c8c92e646 Reviewed-on: https://chromium-review.googlesource.com/231855Tested-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarBrandon Jones <bajones@chromium.org>
parent 639db12e
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
#include "common/utilities.h" #include "common/utilities.h"
#include <cstring>
namespace gl namespace gl
{ {
......
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 to comment