From eba9e0b1ed1b3497926040582ea16dfc4223487e Mon Sep 17 00:00:00 2001 From: Michael Hemmer Date: Thu, 25 Sep 2008 15:40:34 +0000 Subject: [PATCH] use CGAL/config.h --- .../examples/Modular_arithmetic/modular_filter.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modular_arithmetic/examples/Modular_arithmetic/modular_filter.cpp b/Modular_arithmetic/examples/Modular_arithmetic/modular_filter.cpp index d852d50c6b2..08db0b84eff 100644 --- a/Modular_arithmetic/examples/Modular_arithmetic/modular_filter.cpp +++ b/Modular_arithmetic/examples/Modular_arithmetic/modular_filter.cpp @@ -13,7 +13,8 @@ If the type is not Modularizable the filter is just not applied and the function returns true. */ -#include + +#include #ifdef CGAL_USE_GMP