Index: src/ports/SkImageDecoder_CG.cpp |
diff --git a/src/ports/SkImageDecoder_CG.cpp b/src/ports/SkImageDecoder_CG.cpp |
index bd94764c3a80b0ba89baf61ef701756001338196..4be58742537341affaf83155143dfa38f46ac159 100644 |
--- a/src/ports/SkImageDecoder_CG.cpp |
+++ b/src/ports/SkImageDecoder_CG.cpp |
@@ -5,6 +5,9 @@ |
* found in the LICENSE file. |
*/ |
+#include "SkTypes.h" |
+#if defined(SK_BUILD_FOR_MAC) || defined(SK_BUILD_FOR_IOS) |
+ |
#include "SkCGUtils.h" |
#include "SkColorPriv.h" |
#include "SkImageDecoder.h" |
@@ -401,3 +404,5 @@ static SkImageDecoder::Format get_format_cg(SkStreamRewindable* stream) { |
} |
static SkImageDecoder_FormatReg gFormatReg(get_format_cg); |
+ |
+#endif//defined(SK_BUILD_FOR_MAC) || defined(SK_BUILD_FOR_IOS) |