From 2c8faa9e71f56b57a07b4322a0a7a12b6727328f Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 16 Mar 2010 17:46:26 +0000 Subject: Fix include. was picking up the system installed version, which happened to be compatible enough to work. --- src/math/numbertheory/point_gfp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include -#include +#include namespace Botan { -- cgit v1.2.3