Index: gm/cubicpaths.cpp |
diff --git a/gm/cubicpaths.cpp b/gm/cubicpaths.cpp |
index b3fca5ac02db64d28faaf2ef151d0657c29670a8..74fbe8d58b376b56b144d6d3beaedb49aaa26563 100644 |
--- a/gm/cubicpaths.cpp |
+++ b/gm/cubicpaths.cpp |
@@ -4,9 +4,11 @@ |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. |
*/ |
+ |
#include "gm.h" |
#include "SkCanvas.h" |
#include "SkPaint.h" |
+#include "SkPath.h" |
#include "SkRandom.h" |
// skbug.com/1316 shows that this cubic, when slightly clipped, creates big |