summaryrefslogtreecommitdiffstats
path: root/dom/archivereader/ArchiveZipFile.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-18 17:07:15 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-18 17:07:15 +0200
commitcd3935494c7d1e12083d2951c657e364db5102ed (patch)
tree73de9392afdbfe7b7ffc11cb0f83d6e946e354f7 /dom/archivereader/ArchiveZipFile.cpp
parente8f532de41c5462367486872e01f26d04dc669c8 (diff)
downloadUXP-cd3935494c7d1e12083d2951c657e364db5102ed.tar
UXP-cd3935494c7d1e12083d2951c657e364db5102ed.tar.gz
UXP-cd3935494c7d1e12083d2951c657e364db5102ed.tar.lz
UXP-cd3935494c7d1e12083d2951c657e364db5102ed.tar.xz
UXP-cd3935494c7d1e12083d2951c657e364db5102ed.zip
Issue #80 - De-unify dom/archivereader
Diffstat (limited to 'dom/archivereader/ArchiveZipFile.cpp')
-rw-r--r--dom/archivereader/ArchiveZipFile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/archivereader/ArchiveZipFile.cpp b/dom/archivereader/ArchiveZipFile.cpp
index d374fe91f..e1716f348 100644
--- a/dom/archivereader/ArchiveZipFile.cpp
+++ b/dom/archivereader/ArchiveZipFile.cpp
@@ -12,6 +12,7 @@
#include "mozilla/Attributes.h"
#include "mozilla/dom/File.h"
+using namespace mozilla;
using namespace mozilla::dom;
USING_ARCHIVEREADER_NAMESPACE