diff options
Diffstat (limited to 'src/views')
-rw-r--r-- | src/views/SkView.cpp | 2 |
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); |