diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-05-18 12:32:34 -0400 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 13:59:00 +0000 |
commit | e15b6906c5704a61568a602af1f70133bc0b4d97 (patch) | |
tree | b63fa0cd3e6728c1be737dc6aec89c062cf9df4b /netwerk | |
parent | b048f3d4734c3ddaae1d15899695c99da1151251 (diff) | |
download | UXP-e15b6906c5704a61568a602af1f70133bc0b4d97.tar UXP-e15b6906c5704a61568a602af1f70133bc0b4d97.tar.gz UXP-e15b6906c5704a61568a602af1f70133bc0b4d97.tar.lz UXP-e15b6906c5704a61568a602af1f70133bc0b4d97.tar.xz UXP-e15b6906c5704a61568a602af1f70133bc0b4d97.zip |
Issue #80 - Add nsSocketTransportService2.h to ThrottleQueue.cpp
Diffstat (limited to 'netwerk')
-rw-r--r-- | netwerk/base/ThrottleQueue.cpp | 1 |
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" |