From 99d23484bb98d9509b15502a6275aa5245925940 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 20 Apr 2020 14:17:32 +0200 Subject: Issue #80 - De-unify dom/filesystem --- dom/filesystem/GetDirectoryListingTask.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dom/filesystem/GetDirectoryListingTask.cpp') diff --git a/dom/filesystem/GetDirectoryListingTask.cpp b/dom/filesystem/GetDirectoryListingTask.cpp index e3ac2933f..999366fe8 100644 --- a/dom/filesystem/GetDirectoryListingTask.cpp +++ b/dom/filesystem/GetDirectoryListingTask.cpp @@ -16,10 +16,13 @@ #include "mozilla/dom/UnionTypes.h" #include "mozilla/dom/ipc/BlobChild.h" #include "mozilla/dom/ipc/BlobParent.h" +#include "mozilla/ipc/BackgroundParent.h" #include "nsIFile.h" #include "nsISimpleEnumerator.h" #include "nsStringGlue.h" +using namespace mozilla::ipc; + namespace mozilla { namespace dom { -- cgit v1.2.3