diff options
Diffstat (limited to 'gm/filltypespersp.cpp')
-rw-r--r-- | gm/filltypespersp.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gm/filltypespersp.cpp b/gm/filltypespersp.cpp index 92fce3ab0c..cc09b95bda 100644 --- a/gm/filltypespersp.cpp +++ b/gm/filltypespersp.cpp @@ -1,12 +1,13 @@ - /* * 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 "SkGradientShader.h" +#include "SkPath.h" namespace skiagm { |