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/filters | |
parent | 6b9a3a534071ef84c121c406559f8fc7ad546104 (diff) |
Missing adds
Diffstat (limited to 'src/lib/filters')
-rw-r--r-- | src/lib/filters/buf_filt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/filters/buf_filt.cpp b/src/lib/filters/buf_filt.cpp index eb978cffd..6fb367e5f 100644 --- a/src/lib/filters/buf_filt.cpp +++ b/src/lib/filters/buf_filt.cpp @@ -8,7 +8,7 @@ #include <botan/buf_filt.h> #include <botan/mem_ops.h> #include <botan/internal/rounding.h> -#include <stdexcept> +#include <botan/exceptn.h> namespace Botan { |