summaryrefslogtreecommitdiffstats
path: root/dom/gamepad/android
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-20 18:08:32 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-20 18:08:32 +0200
commit244539413ebbd8372cc78f130f7e33563d97148a (patch)
treee64bf842555aff3f28ed228bb3319c58b79c8e8c /dom/gamepad/android
parent2def229da3465b40a95636800f5e148e0c25d896 (diff)
downloadUXP-244539413ebbd8372cc78f130f7e33563d97148a.tar
UXP-244539413ebbd8372cc78f130f7e33563d97148a.tar.gz
UXP-244539413ebbd8372cc78f130f7e33563d97148a.tar.lz
UXP-244539413ebbd8372cc78f130f7e33563d97148a.tar.xz
UXP-244539413ebbd8372cc78f130f7e33563d97148a.zip
Issue #80 - De-unify dom/gamepad
Diffstat (limited to 'dom/gamepad/android')
-rw-r--r--dom/gamepad/android/AndroidGamepad.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/gamepad/android/AndroidGamepad.cpp b/dom/gamepad/android/AndroidGamepad.cpp
index 706d02617..6ed1ef2ee 100644
--- a/dom/gamepad/android/AndroidGamepad.cpp
+++ b/dom/gamepad/android/AndroidGamepad.cpp
@@ -7,6 +7,7 @@
#include "GeneratedJNIWrappers.h"
#include "GeneratedJNINatives.h"
#include "nsThreadUtils.h"
+#include "mozilla/dom/Gamepad.h"
namespace mozilla {
namespace dom {