Add missing #include

That fixes the compilation when no <CGAL/Gmp*.h> header is included.
This commit is contained in:
Laurent Rineau 2013-04-24 12:57:57 +02:00
parent 8eb51bee7a
commit 76da6cf570
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
#ifndef CGAL_REGULAR_TRIANGULATION_FTC3_H #ifndef CGAL_REGULAR_TRIANGULATION_FTC3_H
#define CGAL_REGULAR_TRIANGULATION_FTC3_H #define CGAL_REGULAR_TRIANGULATION_FTC3_H
#include <CGAL/number_utils.h>
#include <CGAL/predicates/sign_of_determinant.h>
// This file contains the low level cartesian predicates // This file contains the low level cartesian predicates
// used by the 3D regular triangulation. // used by the 3D regular triangulation.