diff options
Diffstat (limited to 'gpu/GLES2/gl2extchromium.h')
-rw-r--r-- | gpu/GLES2/gl2extchromium.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gpu/GLES2/gl2extchromium.h b/gpu/GLES2/gl2extchromium.h index 8e5d9fa..7ea2e28 100644 --- a/gpu/GLES2/gl2extchromium.h +++ b/gpu/GLES2/gl2extchromium.h @@ -7,7 +7,8 @@ #ifndef GPU_GLES2_GL2EXTCHROMIUM_H_ #define GPU_GLES2_GL2EXTCHROMIUM_H_ -#include <GLES2/gl2chromium.h> +#include <GLES2/gl2.h> +#include <GLES2/gl2ext.h> #ifdef __cplusplus extern "C" { |