Index: samplecode/SampleShaderText.cpp |
diff --git a/samplecode/SampleShaderText.cpp b/samplecode/SampleShaderText.cpp |
index 9fdae842ab5c2c6bf5efee01966c9125a253015b..cf7cf96a43e8f61eb2bf666858d7020504465396 100644 |
--- a/samplecode/SampleShaderText.cpp |
+++ b/samplecode/SampleShaderText.cpp |
@@ -6,9 +6,10 @@ |
*/ |
#include "SampleCode.h" |
-#include "SkView.h" |
#include "SkCanvas.h" |
#include "SkGradientShader.h" |
+#include "SkPath.h" |
+#include "SkView.h" |
static void makebm(SkBitmap* bm, int w, int h) { |
bm->allocN32Pixels(w, h); |