| Index: gpu/command_buffer/client/gles2_cmd_helper.h
|
| diff --git a/gpu/command_buffer/client/gles2_cmd_helper.h b/gpu/command_buffer/client/gles2_cmd_helper.h
|
| index 8a5cde19d7a79880ff7e4dab2197242f2ca6b81e..8d38ad42a5693691eccba09f7272b48db5e6d12d 100644
|
| --- a/gpu/command_buffer/client/gles2_cmd_helper.h
|
| +++ b/gpu/command_buffer/client/gles2_cmd_helper.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_H_
|
| #define GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "gpu/command_buffer/client/cmd_buffer_helper.h"
|
| #include "gpu/command_buffer/common/gles2_cmd_format.h"
|
| #include "gpu/gpu_export.h"
|
|
|