diff options
Diffstat (limited to 'tests/GLProgramsTest.cpp')
-rw-r--r-- | tests/GLProgramsTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp index 5cacade..583b802 100644 --- a/tests/GLProgramsTest.cpp +++ b/tests/GLProgramsTest.cpp @@ -8,7 +8,7 @@ #include "Test.h" #include "GrContext.h" -#include "GrGpuGLShaders.h" +#include "gl/GrGpuGLShaders.h" static void GLProgramsTest(skiatest::Reporter* reporter, GrContext* context) { GrGpuGLShaders* shadersGpu = (GrGpuGLShaders*) context->getGpu(); |