diff options
author | lloyd <[email protected]> | 2009-10-07 17:38:14 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-07 17:38:14 +0000 |
commit | 8493512f037325bc6cabcfe576bea1432b1abbe6 (patch) | |
tree | 13728aba2b71d0b9ad2e03764da66133dfa1abeb /src/math/gfpmath | |
parent | 2d2cb73d20d5f08e5091147a69aa7b2b633880de (diff) |
Oops, removed assert.h from gfp_element.cpp which uses assert :(
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 { |