aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-05-23 11:37:38 -0400
committerJack Lloyd <[email protected]>2016-05-23 11:37:38 -0400
commit585a9056166c32d1d6537c163b8960b2106e3e21 (patch)
tree116e68e1ed4e6f19af4828ba9ef94434a3fc1d8f /src
parent8578e0fc758b81d176d0c5092417f4cc77676895 (diff)
Fix for GCC 6
Diffstat (limited to 'src')
-rw-r--r--src/tests/test_bigint.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/test_bigint.cpp b/src/tests/test_bigint.cpp
index 95ce8be08..a7e00498f 100644
--- a/src/tests/test_bigint.cpp
+++ b/src/tests/test_bigint.cpp
@@ -10,6 +10,7 @@
#include <botan/bigint.h>
#include <botan/numthry.h>
#include <botan/reducer.h>
+ #include <cmath>
#endif
namespace Botan_Tests {