Index: include/core/SkDrawPictureCallback.h |
diff --git a/include/core/SkDrawPictureCallback.h b/include/core/SkDrawPictureCallback.h |
index e86a227e6265aa014a17f009f799bc053ac40d82..d5a360ee8ee08029d44705912051b3906240be64 100644 |
--- a/include/core/SkDrawPictureCallback.h |
+++ b/include/core/SkDrawPictureCallback.h |
@@ -8,6 +8,8 @@ |
#ifndef SkDrawPictureCallback_DEFINED |
#define SkDrawPictureCallback_DEFINED |
+#include "SkTypes.h" |
+ |
/** |
* Subclasses of this can be passed to canvas.drawPicture(). During the drawing |
* of the picture, this callback will periodically be invoked. If its |