summaryrefslogtreecommitdiffstats
path: root/dom/crypto
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-25 23:04:24 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-25 23:04:24 -0400
commitf1f9fdabf129e15b8fd5be7d93f61533617fed2e (patch)
tree6c450beac59d021d56b66a4757da4d9fd12a9e93 /dom/crypto
parent3b83de99746429e13b1625f03adb9408d0726fb2 (diff)
downloadUXP-f1f9fdabf129e15b8fd5be7d93f61533617fed2e.tar
UXP-f1f9fdabf129e15b8fd5be7d93f61533617fed2e.tar.gz
UXP-f1f9fdabf129e15b8fd5be7d93f61533617fed2e.tar.lz
UXP-f1f9fdabf129e15b8fd5be7d93f61533617fed2e.tar.xz
UXP-f1f9fdabf129e15b8fd5be7d93f61533617fed2e.zip
Issue #80 - Resolve issues with compiling on insane gcc configurations with no optimizations in dom/
Diffstat (limited to 'dom/crypto')
-rw-r--r--dom/crypto/WebCryptoThreadPool.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/crypto/WebCryptoThreadPool.cpp b/dom/crypto/WebCryptoThreadPool.cpp
index 000e42d42..a2b8e6239 100644
--- a/dom/crypto/WebCryptoThreadPool.cpp
+++ b/dom/crypto/WebCryptoThreadPool.cpp
@@ -9,6 +9,7 @@
#include "mozilla/Services.h"
#include "mozilla/StaticPtr.h"
#include "nsComponentManagerUtils.h"
+#include "nsContentUtils.h"
#include "nsNSSComponent.h"
#include "nsString.h"
#include "nsXPCOMCIDInternal.h"