diff options
Diffstat (limited to 'webkit/glue/event_conversion.h')
-rw-r--r-- | webkit/glue/event_conversion.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/glue/event_conversion.h b/webkit/glue/event_conversion.h index a8b314e..8c75070 100644 --- a/webkit/glue/event_conversion.h +++ b/webkit/glue/event_conversion.h @@ -5,6 +5,8 @@ #ifndef WEBKIT_GLUE_EVENT_CONVERSION_H__ #define WEBKIT_GLUE_EVENT_CONVERSION_H__ +#include "base/basictypes.h" + #pragma warning(push, 0) #include "PlatformKeyboardEvent.h" #include "PlatformMouseEvent.h" |