| Index: ppapi/examples/gles2/gles2.cc
|
| diff --git a/ppapi/examples/gles2/gles2.cc b/ppapi/examples/gles2/gles2.cc
|
| index af2aaea4f6c8de2deb95be28e71d2467c23714fb..0b5797a3adc20833727e527d25f9c1dbdd608793 100644
|
| --- a/ppapi/examples/gles2/gles2.cc
|
| +++ b/ppapi/examples/gles2/gles2.cc
|
| @@ -26,6 +26,7 @@
|
| // include-guards), make sure this is the last file #include'd in this file.
|
| #undef NDEBUG
|
| #include <assert.h>
|
| +#include <stdint.h>
|
|
|
| // Assert |context_| isn't holding any GL Errors. Done as a macro instead of a
|
| // function to preserve line number information in the failure message.
|
|
|