Index: src/core/SkXfermode.cpp |
diff --git a/src/core/SkXfermode.cpp b/src/core/SkXfermode.cpp |
index 4b15af0a87f6835b5fe2a3da93894ae00dadb547..d0208570c63502475b478b25d5de948305d555f6 100644 |
--- a/src/core/SkXfermode.cpp |
+++ b/src/core/SkXfermode.cpp |
@@ -783,6 +783,7 @@ void SkXfermode::xferA8(SkAlpha* SK_RESTRICT dst, |
#include "GrEffectUnitTest.h" |
#include "GrTBackendEffectFactory.h" |
#include "gl/GrGLEffect.h" |
+#include "gl/GrGLShaderBuilder.h" |
/** |
* GrEffect that implements the all the separable xfer modes that cannot be expressed as Coeffs. |