summaryrefslogtreecommitdiffstats
path: root/netwerk
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-19 12:24:17 +0200
committerGitHub <noreply@github.com>2020-05-19 12:24:17 +0200
commitb48902c58f687fa92f35f45e41e297b1e6b1c9cf (patch)
tree226a941a744440c53eee686f1eeeddb84732d460 /netwerk
parentefa5796d5eae4899a81fd47d6dc0d75b2691f8e3 (diff)
parent8f57507dd8bb2ff32a35eeea1ad8aef0d6112c37 (diff)
downloadUXP-b48902c58f687fa92f35f45e41e297b1e6b1c9cf.tar
UXP-b48902c58f687fa92f35f45e41e297b1e6b1c9cf.tar.gz
UXP-b48902c58f687fa92f35f45e41e297b1e6b1c9cf.tar.lz
UXP-b48902c58f687fa92f35f45e41e297b1e6b1c9cf.tar.xz
UXP-b48902c58f687fa92f35f45e41e297b1e6b1c9cf.zip
Merge pull request #1555 from g4jc/deunify_netpatch
Add nsSocketTransportService2.h to ThrottleQueue.cpp
Diffstat (limited to 'netwerk')
-rw-r--r--netwerk/base/ThrottleQueue.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/netwerk/base/ThrottleQueue.cpp b/netwerk/base/ThrottleQueue.cpp
index 80a5f7675..05711c1a1 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"