aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkDrawPictureCallback.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkDrawPictureCallback.h')
-rw-r--r--include/core/SkDrawPictureCallback.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/SkDrawPictureCallback.h b/include/core/SkDrawPictureCallback.h
index e86a227e62..d5a360ee8e 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