diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-19 14:38:07 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-19 14:38:07 +0200 |
commit | c3a868aa938acd2dd9db83dbe0b228f4226d725b (patch) | |
tree | 393b80ff299f2fa039879a5ef65cbb5b5ca4380a /dom/events/IMEStateManager.cpp | |
parent | d00311345023d24ef0ddf73be0942021264f815a (diff) | |
download | uxp-c3a868aa938acd2dd9db83dbe0b228f4226d725b.tar.gz |
Issue #80 - De-unify dom/events
Diffstat (limited to 'dom/events/IMEStateManager.cpp')
-rw-r--r-- | dom/events/IMEStateManager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/events/IMEStateManager.cpp b/dom/events/IMEStateManager.cpp index 80abad3cc0..fd628fb6f2 100644 --- a/dom/events/IMEStateManager.cpp +++ b/dom/events/IMEStateManager.cpp @@ -18,6 +18,7 @@ #include "mozilla/TextComposition.h" #include "mozilla/TextEvents.h" #include "mozilla/Unused.h" +#include "mozilla/dom/Event.h" #include "mozilla/dom/HTMLFormElement.h" #include "mozilla/dom/TabParent.h" |