diff options
Diffstat (limited to 'src/engine/gnump/gmp_wrap.cpp')
-rw-r--r-- | src/engine/gnump/gmp_wrap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/gnump/gmp_wrap.cpp b/src/engine/gnump/gmp_wrap.cpp index 735fc7070..39d107a78 100644 --- a/src/engine/gnump/gmp_wrap.cpp +++ b/src/engine/gnump/gmp_wrap.cpp @@ -5,7 +5,7 @@ * Distributed under the terms of the Botan license */ -#include <botan/gmp_wrap.h> +#include <botan/internal/gmp_wrap.h> #define GNU_MP_VERSION_CODE_FOR(a,b,c) ((a << 16) | (b << 8) | (c)) |