diff options
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/command_buffer/common/gles2_cmd_format.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/command_buffer/common/gles2_cmd_format.h b/gpu/command_buffer/common/gles2_cmd_format.h index 7660eb5..965c212 100644 --- a/gpu/command_buffer/common/gles2_cmd_format.h +++ b/gpu/command_buffer/common/gles2_cmd_format.h @@ -21,6 +21,8 @@ #include <GLES2/gl2types.h> // NOLINT #endif +#include <string.h> + #include "../common/types.h" #include "../common/bitfield_helpers.h" #include "../common/cmd_buffer_common.h" |