diff options
author | Jack Lloyd <[email protected]> | 2015-12-11 09:42:48 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-12-11 09:42:48 -0500 |
commit | 272e72d2dcb3e4b3e717946383dc67dba860c473 (patch) | |
tree | 1ea43bffd5df06218c7bc7774a075d41794ed1ab /src/lib/entropy | |
parent | 6b9a3a534071ef84c121c406559f8fc7ad546104 (diff) |
Missing adds
Diffstat (limited to 'src/lib/entropy')
-rw-r--r-- | src/lib/entropy/egd/es_egd.cpp | 1 | ||||
-rw-r--r-- | src/lib/entropy/unix_procs/unix_procs.cpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/entropy/egd/es_egd.cpp b/src/lib/entropy/egd/es_egd.cpp index 8392996ab..ba43cc86d 100644 --- a/src/lib/entropy/egd/es_egd.cpp +++ b/src/lib/entropy/egd/es_egd.cpp @@ -9,7 +9,6 @@ #include <botan/parsing.h> #include <botan/exceptn.h> #include <botan/mem_ops.h> -#include <stdexcept> #include <sys/types.h> #include <sys/stat.h> diff --git a/src/lib/entropy/unix_procs/unix_procs.cpp b/src/lib/entropy/unix_procs/unix_procs.cpp index 30ea6157b..55ad295cd 100644 --- a/src/lib/entropy/unix_procs/unix_procs.cpp +++ b/src/lib/entropy/unix_procs/unix_procs.cpp @@ -9,6 +9,7 @@ */ #include <botan/internal/unix_procs.h> +#include <botan/exceptn.h> #include <botan/parsing.h> #include <algorithm> #include <atomic> |