diff options
Diffstat (limited to 'base/crypto/encryptor_nss.cc')
-rw-r--r-- | base/crypto/encryptor_nss.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/crypto/encryptor_nss.cc b/base/crypto/encryptor_nss.cc index eac6779..ef77d9d 100644 --- a/base/crypto/encryptor_nss.cc +++ b/base/crypto/encryptor_nss.cc @@ -7,6 +7,7 @@ #include <cryptohi.h> #include <vector> +#include "base/crypto/symmetric_key.h" #include "base/logging.h" #include "base/nss_util.h" |