Same fix for GMP-less configuration.

This commit is contained in:
Sylvain Pion 2006-03-16 22:06:48 +00:00
parent e2cf0bb0e3
commit c40c40982a
1 changed files with 2 additions and 2 deletions

View File

@ -71,9 +71,9 @@ CGAL_KINETIC_BEGIN_NAMESPACE
typedef CGAL::Gmpq Default_field_nt;
CGAL_KINETIC_END_NAMESPACE
#else
#include <CGAL/MPFloat.h>
#include <CGAL/MP_Float.h>
CGAL_KINETIC_BEGIN_NAMESPACE
typedef CGAL::MPFloat Default_field_nt;
typedef CGAL::MP_Float Default_field_nt;
CGAL_KINETIC_END_NAMESPACE
#endif