Index: src/gpu/gl/GrGLGLSL.cpp |
diff --git a/src/gpu/gl/GrGLGLSL.cpp b/src/gpu/gl/GrGLGLSL.cpp |
index ea65842c91a9fb8adb56e1593011f07eb9b4cd55..8a308f3aa6a6539a873694147b6b77c0d8cf5bab 100755 |
--- a/src/gpu/gl/GrGLGLSL.cpp |
+++ b/src/gpu/gl/GrGLGLSL.cpp |
@@ -6,7 +6,9 @@ |
*/ |
#include "GrGLGLSL.h" |
+#include "GrGLContext.h" |
#include "GrGLShaderVar.h" |
+#include "GrGLUtil.h" |
#include "SkString.h" |
bool GrGLGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation) { |