From 2950427b2cd583205e93ee78b20841cf7615106f Mon Sep 17 00:00:00 2001 From: Michael Hemmer Date: Wed, 10 Dec 2008 11:12:19 +0000 Subject: [PATCH] fix includes --- Polynomial/test/Polynomial/modular_gcd_utcf_pure_wang.cpp | 2 ++ Polynomial/test/Polynomial/modular_gcd_utcf_with_wang.cpp | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Polynomial/test/Polynomial/modular_gcd_utcf_pure_wang.cpp b/Polynomial/test/Polynomial/modular_gcd_utcf_pure_wang.cpp index c69bd64b0ed..afde4c7fbbf 100644 --- a/Polynomial/test/Polynomial/modular_gcd_utcf_pure_wang.cpp +++ b/Polynomial/test/Polynomial/modular_gcd_utcf_pure_wang.cpp @@ -31,7 +31,9 @@ compute the gcd of univariate polynomials with (nested) sqrt-extensions */ +#include #define MY_FUNCTION_CALL modular_gcd_utcf_pure_wang + #include #include diff --git a/Polynomial/test/Polynomial/modular_gcd_utcf_with_wang.cpp b/Polynomial/test/Polynomial/modular_gcd_utcf_with_wang.cpp index 1d822225e90..4dc1310540a 100644 --- a/Polynomial/test/Polynomial/modular_gcd_utcf_with_wang.cpp +++ b/Polynomial/test/Polynomial/modular_gcd_utcf_with_wang.cpp @@ -31,13 +31,13 @@ the gcd of univariate polynomials with (nested) sqrt-extensions */ +#include #define MY_FUNCTION_CALL modular_gcd_utcf_with_wang + #include #include int main(){ - - // Set wrong rounding mode to test modular arithmetic CGAL::Protect_FPU_rounding pfr(CGAL_FE_UPWARD);