diff options
Diffstat (limited to 'include/views')
-rw-r--r-- | include/views/SkEvent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/views/SkEvent.h b/include/views/SkEvent.h index b8fc00ef51..6495530006 100644 --- a/include/views/SkEvent.h +++ b/include/views/SkEvent.h @@ -12,6 +12,8 @@ #include "SkMetaData.h" #include "SkString.h" +#include "../private/SkLeanWindows.h" + /** Unique 32bit id used to identify an instance of SkEventSink. When events are posted, they are posted to a specific sinkID. When it is time to dispatch the event, the sinkID is used to find the specific SkEventSink object. If it is found, |