From c314c2253dd2fe1a29a728919e7cbfe4296897e2 Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Mon, 18 May 2020 12:32:34 -0400 Subject: [PATCH] Issue #80 - Add nsSocketTransportService2.h to ThrottleQueue.cpp --- netwerk/base/ThrottleQueue.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/netwerk/base/ThrottleQueue.cpp b/netwerk/base/ThrottleQueue.cpp index 80a5f7675a..05711c1a1c 100644 --- a/netwerk/base/ThrottleQueue.cpp +++ b/netwerk/base/ThrottleQueue.cpp @@ -8,6 +8,7 @@ #include "nsISeekableStream.h" #include "nsIEventTarget.h" #include "nsIAsyncInputStream.h" +#include "nsSocketTransportService2.h" #include "nsStreamUtils.h" #include "nsNetUtil.h"