summaryrefslogtreecommitdiffstats
path: root/dom/crypto
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-25 23:04:24 -0400
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-26 10:27:18 +0200
commit519030e688dd7075a7cd9f14dd6fb9e210b5a689 (patch)
tree0e269a27661fea619ab07a533e0c1fa195c3c671 /dom/crypto
parentb9531d8e11d344d9840f2414e3c610cd0c816671 (diff)
downloadUXP-519030e688dd7075a7cd9f14dd6fb9e210b5a689.tar
UXP-519030e688dd7075a7cd9f14dd6fb9e210b5a689.tar.gz
UXP-519030e688dd7075a7cd9f14dd6fb9e210b5a689.tar.lz
UXP-519030e688dd7075a7cd9f14dd6fb9e210b5a689.tar.xz
UXP-519030e688dd7075a7cd9f14dd6fb9e210b5a689.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"