diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-17 10:43:40 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-17 10:43:40 +0000 |
commit | 922f9b4f527cb78eb19dd6c5e4bfc5c19730fd6f (patch) | |
tree | 84519e55bfdd859c94efd2479091b7111a461273 /netwerk/base/ThrottleQueue.h | |
parent | a20f130def0352d04744e6208aa2cf7cddbcbe91 (diff) | |
download | uxp-922f9b4f527cb78eb19dd6c5e4bfc5c19730fd6f.tar.gz |
Issue #80 - De-unify netwerk/base
Diffstat (limited to 'netwerk/base/ThrottleQueue.h')
-rw-r--r-- | netwerk/base/ThrottleQueue.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/netwerk/base/ThrottleQueue.h b/netwerk/base/ThrottleQueue.h index 5e16c8ef60..9fb377cc8f 100644 --- a/netwerk/base/ThrottleQueue.h +++ b/netwerk/base/ThrottleQueue.h @@ -8,8 +8,10 @@ #define mozilla_net_ThrottleQueue_h #include "mozilla/TimeStamp.h" +#include "nsCOMPtr.h" #include "nsIThrottledInputChannel.h" #include "nsITimer.h" +#include "nsTArray.h" namespace mozilla { namespace net { |