From aedf5c0169a835c178834590d07384945db07009 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Sun, 17 May 2020 19:37:17 +0000 Subject: Issue #80 - De-unify smaller netwerk/protocol components - data - device - file - viewsource - wyciwyg --- netwerk/protocol/data/nsDataChannel.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'netwerk/protocol/data/nsDataChannel.cpp') diff --git a/netwerk/protocol/data/nsDataChannel.cpp b/netwerk/protocol/data/nsDataChannel.cpp index 608a6c6e0..148a7901a 100644 --- a/netwerk/protocol/data/nsDataChannel.cpp +++ b/netwerk/protocol/data/nsDataChannel.cpp @@ -16,6 +16,7 @@ #include "nsEscape.h" using namespace mozilla; +using namespace mozilla::net; nsresult nsDataChannel::OpenContentStream(bool async, nsIInputStream **result, -- cgit v1.2.3