From 962f2d4e61176a10d35686b192ca4b3e373a8b08 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Tue, 22 Jan 2013 20:10:17 +0000 Subject: Fix r7321 build errors on non-windows compilers (using forward declared but not defined class in templated function). git-svn-id: http://skia.googlecode.com/svn/trunk@7324 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/gl/GrGLEffect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gpu/gl/GrGLEffect.h b/src/gpu/gl/GrGLEffect.h index 32fc960125..76f865e57c 100644 --- a/src/gpu/gl/GrGLEffect.h +++ b/src/gpu/gl/GrGLEffect.h @@ -12,8 +12,8 @@ #include "GrGLShaderBuilder.h" #include "GrGLShaderVar.h" #include "GrGLSL.h" +#include "GrEffectStage.h" -class GrEffectStage; class GrGLTexture; /** @file -- cgit v1.2.3