summaryrefslogtreecommitdiffstats
path: root/dom/security/SRICheck.h
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-23 14:13:58 +0000
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-26 10:20:05 +0200
commit5a34fb5e1da568ce9e9e8e99423d34d33d0770f9 (patch)
treebce9693b93c249ed9260bad58e6be6c744207292 /dom/security/SRICheck.h
parent16c8dff724b32254f8075de2f57b8770d2ba3928 (diff)
downloadUXP-5a34fb5e1da568ce9e9e8e99423d34d33d0770f9.tar
UXP-5a34fb5e1da568ce9e9e8e99423d34d33d0770f9.tar.gz
UXP-5a34fb5e1da568ce9e9e8e99423d34d33d0770f9.tar.lz
UXP-5a34fb5e1da568ce9e9e8e99423d34d33d0770f9.tar.xz
UXP-5a34fb5e1da568ce9e9e8e99423d34d33d0770f9.zip
Issue #80 - De-unify dom/security
Exception: CSPUtils relies on something in CSPContext, but on Windows it throws in an MSVC include which provides no hints.
Diffstat (limited to 'dom/security/SRICheck.h')
-rw-r--r--dom/security/SRICheck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/security/SRICheck.h b/dom/security/SRICheck.h
index 82929fe36..46de0532f 100644
--- a/dom/security/SRICheck.h
+++ b/dom/security/SRICheck.h
@@ -9,6 +9,7 @@
#include "nsCOMPtr.h"
#include "nsICryptoHash.h"
+#include "nsString.h"
class nsIChannel;
class nsIUnicharStreamLoader;