Chromium Code Reviews| Index: src/gpu/gl/GrGLUtil.cpp |
| =================================================================== |
| --- a/src/gpu/gl/GrGLUtil.cpp (revision 11693) |
| +++ b/src/gpu/gl/GrGLUtil.cpp (working copy) |
| @@ -8,6 +8,7 @@ |
| #include "GrGLUtil.h" |
| #include "SkMatrix.h" |
| +#include <stdio.h> |
| void GrGLClearErr(const GrGLInterface* gl) { |
| while (GR_GL_NO_ERROR != gl->fGetError()) {} |