diff options
Diffstat (limited to 'samplecode/SampleEmptyPath.cpp')
| -rw-r--r-- | samplecode/SampleEmptyPath.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/samplecode/SampleEmptyPath.cpp b/samplecode/SampleEmptyPath.cpp index 53e2199853..6071f42753 100644 --- a/samplecode/SampleEmptyPath.cpp +++ b/samplecode/SampleEmptyPath.cpp @@ -1,14 +1,15 @@ - /* * 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 "SampleCode.h" #include "SkView.h" #include "SkCanvas.h" #include "SkPaint.h" +#include "SkPath.h" #include "SkRandom.h" #include "SkString.h" |
