diff options
Diffstat (limited to 'src/math/gfpmath')
-rw-r--r-- | src/math/gfpmath/gfp_element.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/gfpmath/gfp_element.cpp b/src/math/gfpmath/gfp_element.cpp index 23887929a..f9e0b09c9 100644 --- a/src/math/gfpmath/gfp_element.cpp +++ b/src/math/gfpmath/gfp_element.cpp @@ -18,6 +18,7 @@ #include <botan/mp_asm.h> #include <botan/mp_asmi.h> #include <ostream> +#include <assert.h> namespace Botan { |