summaryrefslogtreecommitdiffstats
path: root/dom/events/IMEStateManager.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-19 14:38:07 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-24 10:34:20 +0200
commitd0a2389b43cfacc38320ec87922bbf71868c2b4d (patch)
treee86cf6520211ad178832463914b7971e128376e5 /dom/events/IMEStateManager.cpp
parent796a14e11675c7c5f3b73b59d9d18f0acf2049fc (diff)
downloadUXP-d0a2389b43cfacc38320ec87922bbf71868c2b4d.tar
UXP-d0a2389b43cfacc38320ec87922bbf71868c2b4d.tar.gz
UXP-d0a2389b43cfacc38320ec87922bbf71868c2b4d.tar.lz
UXP-d0a2389b43cfacc38320ec87922bbf71868c2b4d.tar.xz
UXP-d0a2389b43cfacc38320ec87922bbf71868c2b4d.zip
Issue #80 - De-unify dom/events
Diffstat (limited to 'dom/events/IMEStateManager.cpp')
-rw-r--r--dom/events/IMEStateManager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/events/IMEStateManager.cpp b/dom/events/IMEStateManager.cpp
index 80abad3cc..fd628fb6f 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"