aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/numbertheory/point_gfp.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-03-16 17:46:26 +0000
committerlloyd <[email protected]>2010-03-16 17:46:26 +0000
commit2c8faa9e71f56b57a07b4322a0a7a12b6727328f (patch)
treec189c5244376bb36aabf68af1b7184dbddbd99a4 /src/math/numbertheory/point_gfp.cpp
parent651aa262cab86a8e98ee9815ec365ea68ffff5b1 (diff)
Fix include. <botan/mp_core.h> was picking up the system installed version,
which happened to be compatible enough to work.
Diffstat (limited to 'src/math/numbertheory/point_gfp.cpp')
-rw-r--r--src/math/numbertheory/point_gfp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/numbertheory/point_gfp.cpp b/src/math/numbertheory/point_gfp.cpp
index 93e9ddd1b..5319b3809 100644
--- a/src/math/numbertheory/point_gfp.cpp
+++ b/src/math/numbertheory/point_gfp.cpp
@@ -9,7 +9,7 @@
#include <botan/point_gfp.h>
#include <botan/numthry.h>
-#include <botan/mp_core.h>
+#include <botan/internal/mp_core.h>
namespace Botan {