aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/codec/hex
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/codec/hex')
-rw-r--r--src/lib/codec/hex/hex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/codec/hex/hex.cpp b/src/lib/codec/hex/hex.cpp
index a718cc8be..e47a75cb7 100644
--- a/src/lib/codec/hex/hex.cpp
+++ b/src/lib/codec/hex/hex.cpp
@@ -7,7 +7,7 @@
#include <botan/hex.h>
#include <botan/mem_ops.h>
-#include <stdexcept>
+#include <botan/exceptn.h>
namespace Botan {