need to explicitly include SkPath.h after refactoring

git-svn-id: http://skia.googlecode.com/svn/trunk@4982 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2012-08-07 16:01:15 +00:00
parent b099866380
commit 0c43266bac

View File

@ -26,6 +26,7 @@
#include "SkGlyph.h"
#include "SkMaskGamma.h"
#include "SkPaint.h"
#include "SkPath.h"
#include "SkString.h"
#include "SkStream.h"
#include "SkThread.h"