fix includes

This commit is contained in:
Michael Hemmer 2008-12-10 11:12:19 +00:00
parent 50c483ccb7
commit 2950427b2c
2 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,9 @@
compute the gcd of univariate polynomials with (nested) sqrt-extensions
*/
#include <CGAL/Polynomial/modular_gcd_utcf_pure_wang.h>
#define MY_FUNCTION_CALL modular_gcd_utcf_pure_wang
#include <CGAL/Arithmetic_kernel.h>
#include <CGAL/test_modular_gcd.h>

View File

@ -31,13 +31,13 @@
the gcd of univariate polynomials with (nested) sqrt-extensions
*/
#include <CGAL/Polynomial/modular_gcd_utcf_with_wang.h>
#define MY_FUNCTION_CALL modular_gcd_utcf_with_wang
#include <CGAL/Arithmetic_kernel.h>
#include <CGAL/test_modular_gcd.h>
int main(){
// Set wrong rounding mode to test modular arithmetic
CGAL::Protect_FPU_rounding<true> pfr(CGAL_FE_UPWARD);