mirror of https://github.com/CGAL/cgal
- Added conditional include for ftC3 and rtH3.
This commit is contained in:
parent
dfbe87c44a
commit
6f6f508da2
|
|
@ -175,8 +175,16 @@ inline ET CGAL_to_exact_type (const ET & e)
|
|||
#include <CGAL/Filter/predicates_on_ftC2.h>
|
||||
#endif
|
||||
|
||||
#ifdef CGAL_PREDICATES_ON_FTC3_H
|
||||
#include <CGAL/Filter/predicates_on_ftC3.h>
|
||||
#endif
|
||||
|
||||
#ifdef CGAL_PREDICATES_ON_RTH2_H
|
||||
#include <CGAL/Filter/predicates_on_rtH2.h>
|
||||
#endif
|
||||
|
||||
#ifdef CGAL_PREDICATES_ON_RTH3_H
|
||||
#include <CGAL/Filter/predicates_on_rtH3.h>
|
||||
#endif
|
||||
|
||||
#endif // CGAL_FILTER_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue