a11y: fix build

This commit is contained in:
Roy Tam 2019-04-27 09:02:25 +08:00
commit 2faa94fa04
2 changed files with 5 additions and 0 deletions

View file

@ -9,6 +9,10 @@
#include "mozilla/StaticPtr.h"
#ifdef A11Y_LOG
#include "Logging.h"
#endif
using namespace mozilla;
using namespace mozilla::a11y;