diff --git a/scripts/code_generation_hashes/GLenum_value_to_string_map.json b/scripts/code_generation_hashes/GLenum_value_to_string_map.json index ed1db3d93..a14ce3edb 100644 --- a/scripts/code_generation_hashes/GLenum_value_to_string_map.json +++ b/scripts/code_generation_hashes/GLenum_value_to_string_map.json @@ -1,12 +1,12 @@ { "scripts/gen_gl_enum_utils.py": - "8afb0a21014862b79b629044ceac8b93", + "3ec60ab12923f4825b57fe183f2152b2", "scripts/gl_angle_ext.xml": "796894fd74d141b88000669104a663ea", "scripts/registry_xml.py": "8dc1bcf2e8324094c19c41613897b212", "src/common/gl_enum_utils_autogen.cpp": - "9a2bc249a97985d81265fc53b94a0744", + "9b038ad3f6e389bc42aeeeb2c0518732", "src/common/gl_enum_utils_autogen.h": "85dea9edf87ad08c322868823e61a40c", "third_party/OpenGL-Registry/src/xml/gl.xml": diff --git a/scripts/gen_gl_enum_utils.py b/scripts/gen_gl_enum_utils.py index e945f2f2e..e1ea73ad5 100755 --- a/scripts/gen_gl_enum_utils.py +++ b/scripts/gen_gl_enum_utils.py @@ -57,6 +57,7 @@ template_gl_enums_source = """// GENERATED FILE - DO NOT EDIT. #include "common/debug.h" #include "common/gl_enum_utils.h" +#include #include namespace gl diff --git a/src/common/gl_enum_utils_autogen.cpp b/src/common/gl_enum_utils_autogen.cpp index 143838ac5..51371b2e3 100644 --- a/src/common/gl_enum_utils_autogen.cpp +++ b/src/common/gl_enum_utils_autogen.cpp @@ -13,6 +13,7 @@ #include "common/debug.h" #include "common/gl_enum_utils.h" +#include #include namespace gl