include SkFlatteningBuffer.h after restructure

git-svn-id: http://skia.googlecode.com/svn/trunk@4985 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2012-08-07 16:10:42 +00:00
parent b7dfacf912
commit 9ddef9b680

View File

@ -7,6 +7,7 @@
#include "SkDataPixelRef.h"
#include "SkData.h"
#include "SkFlattenableBuffers.h"
SkDataPixelRef::SkDataPixelRef(SkData* data) : fData(data) {
fData->ref();