| Index: include/core/SkPaintOptionsAndroid.h
|
| diff --git a/include/core/SkPaintOptionsAndroid.h b/include/core/SkPaintOptionsAndroid.h
|
| index 23e3d0d390e32fe5097bfa8bc165f312e646ed2a..7a2ea8f7cafb77404bf2715fe11f812c65ac4b08 100644
|
| --- a/include/core/SkPaintOptionsAndroid.h
|
| +++ b/include/core/SkPaintOptionsAndroid.h
|
| @@ -10,10 +10,10 @@
|
| #ifndef SkPaintOptionsAndroid_DEFINED
|
| #define SkPaintOptionsAndroid_DEFINED
|
|
|
| -#ifdef SK_BUILD_FOR_ANDROID
|
| -
|
| -#include "SkString.h"
|
| #include "SkTypes.h"
|
| +#include "SkString.h"
|
| +
|
| +#ifdef SK_BUILD_FOR_ANDROID
|
|
|
| class SkFlattenableReadBuffer;
|
| class SkFlattenableWriteBuffer;
|
|
|