aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/views/SkView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/SkView.cpp')
-rw-r--r--src/views/SkView.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/views/SkView.cpp b/src/views/SkView.cpp
index 6c9098848c..26ee1eae13 100644
--- a/src/views/SkView.cpp
+++ b/src/views/SkView.cpp
@@ -6,7 +6,9 @@
*/
#include "SkView.h"
+
#include "SkCanvas.h"
+#include "SkTo.h"
static inline uint32_t SkSetClearShift(uint32_t bits, bool cond, unsigned shift) {
SkASSERT((int)cond == 0 || (int)cond == 1);