aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleStringArt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/SampleStringArt.cpp')
-rw-r--r--samplecode/SampleStringArt.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/samplecode/SampleStringArt.cpp b/samplecode/SampleStringArt.cpp
index 0e711b09d7..5bc667bb7e 100644
--- a/samplecode/SampleStringArt.cpp
+++ b/samplecode/SampleStringArt.cpp
@@ -4,8 +4,10 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+
#include "SampleCode.h"
#include "SkCanvas.h"
+#include "SkPath.h"
// Reproduces https://code.google.com/p/chromium/issues/detail?id=279014