Commit 9fba2ba0 by Jamie Madill

Fix GCC Release build.

The release build was complaining about a missing size_t definition in blocklayout.h. BUG=angle:568 Change-Id: I9757f3ac45627a2a73d4f90cc507f8620674820e Reviewed-on: https://chromium-review.googlesource.com/196290Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarJamie Madill <jmadill@chromium.org>
parent a8ff8855
......@@ -14,6 +14,7 @@
#define GL_APICALL
#include <GLES3/gl3.h>
#include <GLES2/gl2.h>
#include <cstddef>
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