aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/gnump/gmp_if.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/gnump/gmp_if.cpp')
-rw-r--r--src/engine/gnump/gmp_if.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/gnump/gmp_if.cpp b/src/engine/gnump/gmp_if.cpp
index b96f2ddac..64fbe386a 100644
--- a/src/engine/gnump/gmp_if.cpp
+++ b/src/engine/gnump/gmp_if.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>
#include <gmp.h>
namespace Botan {