diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-17 14:14:09 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-17 14:14:09 +0000 |
commit | 16d66edc28e746766e2d4274f5f9dca7fe97091e (patch) | |
tree | c4311ea01fd1dcaa611880a9218a6bc6a2bb9a99 /netwerk/cache2/CacheHashUtils.cpp | |
parent | 798f491abec3889c4ad4904a966a915238166a5c (diff) | |
download | uxp-16d66edc28e746766e2d4274f5f9dca7fe97091e.tar.gz |
Issue #80 - De-unify netwerk/cache2
Diffstat (limited to 'netwerk/cache2/CacheHashUtils.cpp')
-rw-r--r-- | netwerk/cache2/CacheHashUtils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netwerk/cache2/CacheHashUtils.cpp b/netwerk/cache2/CacheHashUtils.cpp index 1f816e3471..6783f0b869 100644 --- a/netwerk/cache2/CacheHashUtils.cpp +++ b/netwerk/cache2/CacheHashUtils.cpp @@ -6,6 +6,7 @@ #include "mozilla/BasePrincipal.h" #include "plstr.h" +#include "mozilla/SHA1.h" namespace mozilla { namespace net { |