aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-05-31 14:12:48 +0000
committerlloyd <[email protected]>2015-05-31 14:12:48 +0000
commitba35a8cad74b8d6ce9aac49d8632e8e8f3148b9e (patch)
treedd54c4b4f76d297b6fc4899ff0b2b0b62fa16eb4 /src
parente6709f71bcb27485b241dd9fb65b3ac76944bee7 (diff)
Add missing include
Diffstat (limited to 'src')
-rw-r--r--src/lib/math/mp/mp_misc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/math/mp/mp_misc.cpp b/src/lib/math/mp/mp_misc.cpp
index 3b8be177e..bd04818e5 100644
--- a/src/lib/math/mp/mp_misc.cpp
+++ b/src/lib/math/mp/mp_misc.cpp
@@ -7,6 +7,7 @@
#include <botan/internal/mp_core.h>
#include <botan/internal/mp_madd.h>
+#include <stdexcept>
namespace Botan {