diff options
Diffstat (limited to 'src/engine/gnump/gmp_powm.cpp')
-rw-r--r-- | src/engine/gnump/gmp_powm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/gnump/gmp_powm.cpp b/src/engine/gnump/gmp_powm.cpp index 687aed88a..70c2b2f5e 100644 --- a/src/engine/gnump/gmp_powm.cpp +++ b/src/engine/gnump/gmp_powm.cpp @@ -5,8 +5,8 @@ * Distributed under the terms of the Botan license */ -#include <botan/eng_gmp.h> -#include <botan/gmp_wrap.h> +#include <botan/internal/gnump_engine.h> +#include <botan/internal/gmp_wrap.h> namespace Botan { |