summaryrefslogtreecommitdiffstats
path: root/accessible/base/nsEventShell.cpp
diff options
context:
space:
mode:
authoradeshkp <adeshkp@users.noreply.github.com>2019-05-04 09:51:45 -0400
committeradeshkp <adeshkp@users.noreply.github.com>2019-05-04 09:52:08 -0400
commit758663e882c49294e58a5c527f3164b6cc72c369 (patch)
tree7cf39a54f04370c883722bf4ca2aa88e0865a938 /accessible/base/nsEventShell.cpp
parentd9d9d1ed8d5fd676d9f2d0226cb087df9575cd4b (diff)
downloadUXP-758663e882c49294e58a5c527f3164b6cc72c369.tar
UXP-758663e882c49294e58a5c527f3164b6cc72c369.tar.gz
UXP-758663e882c49294e58a5c527f3164b6cc72c369.tar.lz
UXP-758663e882c49294e58a5c527f3164b6cc72c369.tar.xz
UXP-758663e882c49294e58a5c527f3164b6cc72c369.zip
De-unify accessibility build on Mac.
Also fixes Linux build bustage with accessibility enabled.
Diffstat (limited to 'accessible/base/nsEventShell.cpp')
-rw-r--r--accessible/base/nsEventShell.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/accessible/base/nsEventShell.cpp b/accessible/base/nsEventShell.cpp
index e070acee5..00e4e9b89 100644
--- a/accessible/base/nsEventShell.cpp
+++ b/accessible/base/nsEventShell.cpp
@@ -9,6 +9,10 @@
#include "mozilla/StaticPtr.h"
+#ifdef A11Y_LOG
+#include "Logging.h"
+#endif
+
using namespace mozilla;
using namespace mozilla::a11y;