Index: src/codec/SkGifCodec.cpp |
diff --git a/src/codec/SkGifCodec.cpp b/src/codec/SkGifCodec.cpp |
index 699554706b52b9ae704e47e978b324ddf46c9216..c7b15e7a22d212a5d256626f600312e4c1f412d0 100644 |
--- a/src/codec/SkGifCodec.cpp |
+++ b/src/codec/SkGifCodec.cpp |
@@ -13,6 +13,8 @@ |
#include "SkSwizzler.h" |
#include "SkUtils.h" |
+#include "gif_lib.h" |
+ |
/* |
* Checks the start of the stream to see if the image is a gif |
*/ |