summaryrefslogtreecommitdiffstats
path: root/netwerk/base/ThrottleQueue.h
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-17 10:43:40 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-20 13:57:09 +0000
commited9eb8f72285b19fd0ddfa805f938abe71402902 (patch)
treee2eea38876dbf357be87b5b0fa5f3d6e5b8fe36a /netwerk/base/ThrottleQueue.h
parent1cd91bc1559b506427663aa933dafbc4b57298f3 (diff)
downloadUXP-ed9eb8f72285b19fd0ddfa805f938abe71402902.tar
UXP-ed9eb8f72285b19fd0ddfa805f938abe71402902.tar.gz
UXP-ed9eb8f72285b19fd0ddfa805f938abe71402902.tar.lz
UXP-ed9eb8f72285b19fd0ddfa805f938abe71402902.tar.xz
UXP-ed9eb8f72285b19fd0ddfa805f938abe71402902.zip
Issue #80 - De-unify netwerk/base
Diffstat (limited to 'netwerk/base/ThrottleQueue.h')
-rw-r--r--netwerk/base/ThrottleQueue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/netwerk/base/ThrottleQueue.h b/netwerk/base/ThrottleQueue.h
index 5e16c8ef6..9fb377cc8 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 {