diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-19 12:52:40 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-24 10:34:08 +0200 |
commit | 796a14e11675c7c5f3b73b59d9d18f0acf2049fc (patch) | |
tree | 4df55f35630c2a145e821c163415137a4d6a8c83 /dom/crypto/WebCryptoThreadPool.cpp | |
parent | ba6e4753b733ada8cd077fbc11a3a4cb168eca9f (diff) | |
download | UXP-796a14e11675c7c5f3b73b59d9d18f0acf2049fc.tar UXP-796a14e11675c7c5f3b73b59d9d18f0acf2049fc.tar.gz UXP-796a14e11675c7c5f3b73b59d9d18f0acf2049fc.tar.lz UXP-796a14e11675c7c5f3b73b59d9d18f0acf2049fc.tar.xz UXP-796a14e11675c7c5f3b73b59d9d18f0acf2049fc.zip |
Issue #80 - De-unify dom/crypto
Diffstat (limited to 'dom/crypto/WebCryptoThreadPool.cpp')
-rw-r--r-- | dom/crypto/WebCryptoThreadPool.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/crypto/WebCryptoThreadPool.cpp b/dom/crypto/WebCryptoThreadPool.cpp index 6a1e78608..000e42d42 100644 --- a/dom/crypto/WebCryptoThreadPool.cpp +++ b/dom/crypto/WebCryptoThreadPool.cpp @@ -9,6 +9,8 @@ #include "mozilla/Services.h" #include "mozilla/StaticPtr.h" #include "nsComponentManagerUtils.h" +#include "nsNSSComponent.h" +#include "nsString.h" #include "nsXPCOMCIDInternal.h" #include "nsXPCOMPrivate.h" #include "nsIObserverService.h" |