From 758663e882c49294e58a5c527f3164b6cc72c369 Mon Sep 17 00:00:00 2001 From: adeshkp Date: Sat, 4 May 2019 09:51:45 -0400 Subject: De-unify accessibility build on Mac. Also fixes Linux build bustage with accessibility enabled. --- accessible/base/nsEventShell.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'accessible/base/nsEventShell.cpp') 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; -- cgit v1.2.3