Index: gm/shadows.cpp |
diff --git a/gm/shadows.cpp b/gm/shadows.cpp |
index 729104c980ea69abe32a511a1748fbfca95dcc8b..82b5fd9f8ecaad7d93b328f85f10de943c0f5a17 100644 |
--- a/gm/shadows.cpp |
+++ b/gm/shadows.cpp |
@@ -1,13 +1,14 @@ |
- |
/* |
* Copyright 2011 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 "SkBlurMask.h" |
#include "SkBlurDrawLooper.h" |
+#include "SkBlurMask.h" |
+#include "SkPath.h" |
namespace skiagm { |