diff options
Diffstat (limited to 'src/math/gfpmath')
-rw-r--r-- | src/math/gfpmath/gfp_element.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/gfpmath/gfp_element.cpp b/src/math/gfpmath/gfp_element.cpp index ebba236d5..233f2e4cd 100644 --- a/src/math/gfpmath/gfp_element.cpp +++ b/src/math/gfpmath/gfp_element.cpp @@ -8,7 +8,7 @@ #include <botan/gfp_element.h> #include <botan/numthry.h> -#include <botan/def_powm.h> +#include <botan/internal/def_powm.h> #include <botan/internal/mp_asm.h> #include <botan/internal/mp_asmi.h> #include <ostream> |