diff options
author | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-09 18:56:30 +0000 |
---|---|---|
committer | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-09 18:56:30 +0000 |
commit | 5b8cc1957c6b9aea77d2e162ab366f2c77553334 (patch) | |
tree | 843a36f5f17eecdf2f7d3f5fadb2a4a141ddbb03 /webkit/glue/event_conversion.h | |
parent | 07a0e3f008d9e801b203d44c21de91dad825d468 (diff) | |
download | chromium_src-5b8cc1957c6b9aea77d2e162ab366f2c77553334.zip chromium_src-5b8cc1957c6b9aea77d2e162ab366f2c77553334.tar.gz chromium_src-5b8cc1957c6b9aea77d2e162ab366f2c77553334.tar.bz2 |
fix win bustage
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1912 0039d316-1c4b-4281-b951-d872f2087c98
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" |