Index: gm/bigmatrix.cpp |
diff --git a/gm/bigmatrix.cpp b/gm/bigmatrix.cpp |
index abe0f4e750ba28adf72203516d600b99c1d0aeaa..c7c3b0dd07ea4855c9bf9ef12f833fdd3d0f2ddc 100644 |
--- a/gm/bigmatrix.cpp |
+++ b/gm/bigmatrix.cpp |
@@ -1,13 +1,14 @@ |
- |
/* |
* Copyright 2012 Google Inc. |
* |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. |
*/ |
+ |
#include "gm.h" |
#include "SkColorPriv.h" |
+#include "SkPath.h" |
#include "SkShader.h" |
namespace skiagm { |