From 79f126e542d12ba62db70c1db0e0fb0607c2f7bb Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 18 Apr 2020 17:39:59 +0200 Subject: Issue #80 - De-unify dom/cache --- dom/cache/ReadStream.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dom/cache/ReadStream.h') diff --git a/dom/cache/ReadStream.h b/dom/cache/ReadStream.h index 824cedb02..6744f30c2 100644 --- a/dom/cache/ReadStream.h +++ b/dom/cache/ReadStream.h @@ -12,9 +12,12 @@ #include "nsID.h" #include "nsIInputStream.h" #include "nsISupportsImpl.h" +#include "mozilla/ErrorResult.h" #include "mozilla/RefPtr.h" #include "nsTArrayForwardDeclare.h" +using namespace mozilla; + namespace mozilla { namespace ipc { class AutoIPCStream; -- cgit v1.2.3