diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-19 12:38:46 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-19 12:38:46 -0400 |
commit | df2beb06efca65425d5f358306fa9323782b9a56 (patch) | |
tree | 499e50430403db4f79a2701c97974185714e4d6b /dom/crypto/WebCryptoThreadPool.cpp | |
parent | baa390fabfaab1c817c94f0b5952b95e2a727146 (diff) | |
parent | 1169a05684be2c9975dcae72810daead396f36f6 (diff) | |
download | UXP-df2beb06efca65425d5f358306fa9323782b9a56.tar UXP-df2beb06efca65425d5f358306fa9323782b9a56.tar.gz UXP-df2beb06efca65425d5f358306fa9323782b9a56.tar.lz UXP-df2beb06efca65425d5f358306fa9323782b9a56.tar.xz UXP-df2beb06efca65425d5f358306fa9323782b9a56.zip |
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
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" |