diff options
author | Jack Lloyd <[email protected]> | 2017-09-24 11:11:10 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-24 11:11:10 -0400 |
commit | 8e70617d88b3f486d03f156f4800673bc4e14d06 (patch) | |
tree | 36271ed624966f583ae6529f460205bcfa1debb1 /src/lib/pubkey | |
parent | 92104e5e770da875565ce1b671fef5613cefe2c5 (diff) |
More build fixes
Diffstat (limited to 'src/lib/pubkey')
-rw-r--r-- | src/lib/pubkey/pubkey.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/pubkey/pubkey.cpp b/src/lib/pubkey/pubkey.cpp index b1bd4b824..d9b2cc8f6 100644 --- a/src/lib/pubkey/pubkey.cpp +++ b/src/lib/pubkey/pubkey.cpp @@ -10,6 +10,7 @@ #include <botan/bigint.h> #include <botan/pk_ops.h> #include <botan/internal/ct_utils.h> +#include <botan/rng.h> namespace Botan { |