Chromium Code Reviews| Index: gm/quadpaths.cpp |
| diff --git a/gm/quadpaths.cpp b/gm/quadpaths.cpp |
| index 2fab37bfb0085ec022983bdd0ad983c8ebb66245..359f62dd39467a5a9d16c7d2b3958704c11fb812 100644 |
| --- a/gm/quadpaths.cpp |
| +++ b/gm/quadpaths.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" |
| namespace skiagm { |