summaryrefslogtreecommitdiffstats
path: root/dom/crypto/WebCryptoThreadPool.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-19 12:52:40 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-19 12:52:40 +0200
commitd00311345023d24ef0ddf73be0942021264f815a (patch)
treebd6fb0e0650b88e38d33e74edc6ef560fc77865c /dom/crypto/WebCryptoThreadPool.h
parenta8e22cb6a5ed747841ff262de7081a15994c143f (diff)
downloadUXP-d00311345023d24ef0ddf73be0942021264f815a.tar
UXP-d00311345023d24ef0ddf73be0942021264f815a.tar.gz
UXP-d00311345023d24ef0ddf73be0942021264f815a.tar.lz
UXP-d00311345023d24ef0ddf73be0942021264f815a.tar.xz
UXP-d00311345023d24ef0ddf73be0942021264f815a.zip
Issue #80 - De-unify dom/crypto
Diffstat (limited to 'dom/crypto/WebCryptoThreadPool.h')
-rw-r--r--dom/crypto/WebCryptoThreadPool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/crypto/WebCryptoThreadPool.h b/dom/crypto/WebCryptoThreadPool.h
index 77c4afb24..76bf74708 100644
--- a/dom/crypto/WebCryptoThreadPool.h
+++ b/dom/crypto/WebCryptoThreadPool.h
@@ -7,6 +7,8 @@
#ifndef mozilla_dom_WebCryptoThreadPool_h
#define mozilla_dom_WebCryptoThreadPool_h
+#include "mozilla/Mutex.h"
+#include "nsIObserver.h"
#include "nsIObserverService.h"
#include "nsIThreadPool.h"