Add missing cstring include in gl_enum_utils.

Bug: angleproject:7752
Change-Id: I44ac0996673065b9633b35e4b07c5150a1ae3dcd
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3970767
Reviewed-by: Cody Northrop <cnorthrop@google.com>
Commit-Queue: Geoff Lang <geofflang@chromium.org>
This commit is contained in:
Geoff Lang
2022-10-24 10:24:10 -04:00
committed by Angle LUCI CQ
parent 81fcf70efc
commit 6c53a56274
3 changed files with 6 additions and 2 deletions

View File

@@ -1,12 +1,12 @@
{
"scripts/gen_gl_enum_utils.py":
"bc90f067f124c1cae63a348e9ae057ce",
"9663ad2fbaec42c7d3e83f440b0fee67",
"scripts/gl_angle_ext.xml":
"8dd9662655c39ce22fecdc2449594e54",
"scripts/registry_xml.py":
"4837b4beda7a0e2698e2be7e8e74fd88",
"src/common/gl_enum_utils_autogen.cpp":
"05b48bda3e66bbc6b413cf2374899b26",
"4c6ae47dcd8902560f6f2675b70aada8",
"src/common/gl_enum_utils_autogen.h":
"4d2876469ba95955182c21c09c466333",
"third_party/OpenGL-Registry/src/xml/gl.xml":

View File

@@ -57,6 +57,8 @@ template_gl_enums_source = """// GENERATED FILE - DO NOT EDIT.
#include "common/debug.h"
#include "common/gl_enum_utils.h"
#include <cstring>
namespace gl
{{
namespace

View File

@@ -13,6 +13,8 @@
#include "common/debug.h"
#include "common/gl_enum_utils.h"
#include <cstring>
namespace gl
{
namespace