diff options
author | lloyd <[email protected]> | 2010-03-16 17:46:26 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-16 17:46:26 +0000 |
commit | 2c8faa9e71f56b57a07b4322a0a7a12b6727328f (patch) | |
tree | c189c5244376bb36aabf68af1b7184dbddbd99a4 /src/math/numbertheory/point_gfp.cpp | |
parent | 651aa262cab86a8e98ee9815ec365ea68ffff5b1 (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.cpp | 2 |
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 { |