diff options
author | Jack Lloyd <[email protected]> | 2017-09-23 16:45:18 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-23 16:45:18 -0400 |
commit | 9f18cc9132cb074299994e85e7b9943283f78576 (patch) | |
tree | e4e4540afac0fd1c7b5392158c6fefbad0824458 /src/lib/misc/cryptobox/cryptobox.cpp | |
parent | d1f3b18bd07ae4fb8a0ba37d0ea509ea210a39c3 (diff) |
More header cleanups
Diffstat (limited to 'src/lib/misc/cryptobox/cryptobox.cpp')
-rw-r--r-- | src/lib/misc/cryptobox/cryptobox.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/misc/cryptobox/cryptobox.cpp b/src/lib/misc/cryptobox/cryptobox.cpp index bb897949f..195263368 100644 --- a/src/lib/misc/cryptobox/cryptobox.cpp +++ b/src/lib/misc/cryptobox/cryptobox.cpp @@ -8,6 +8,7 @@ #include <botan/cryptobox.h> #include <botan/cipher_mode.h> #include <botan/mac.h> +#include <botan/rng.h> #include <botan/pbkdf.h> #include <botan/data_src.h> #include <botan/pem.h> |