Add stdio include for Android specific code in SkRegion.
git-svn-id: http://skia.googlecode.com/svn/trunk@11741 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
16b2dd05f0
commit
2c8e9d40a4
@ -183,6 +183,7 @@ bool SkRegion::op(const SkRegion& rgn, const SkIRect& rect, Op op) {
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef SK_BUILD_FOR_ANDROID
|
||||
#include <stdio.h>
|
||||
char* SkRegion::toString() {
|
||||
Iterator iter(*this);
|
||||
int count = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user