gathered predicates ans constructions on weighted points

This commit is contained in:
Mariette Yvinec 2004-02-12 14:54:12 +00:00
parent 3a45556df4
commit ff6cce24d0
2 changed files with 3 additions and 2 deletions

View File

@ -20,8 +20,8 @@
#ifndef CGAL_WEIGHTED_ALPHA_SHAPE_EUCLIDEAN_TRAITS_3_H
#define CGAL_WEIGHTED_ALPHA_SHAPE_EUCLIDEAN_TRAITS_3_H
#include <CGAL/constructions/squared_radius_smallest_orthogonal_sphere_ftC3.h>
#include <CGAL/predicates/in_smallest_orthogonal_sphere_ftC3.h>
#include <CGAL/constructions/constructions_on_weighted_points_cartesian_3.h>
#include <CGAL/predicates/predicates_on_weighted_points_cartesian_3.h>
#include <CGAL/Regular_triangulation_euclidean_traits_3.h>
CGAL_BEGIN_NAMESPACE

View File

@ -15,6 +15,7 @@ include $(CGAL_MAKEFILE)
CXXFLAGS = \
-I../../include \
-I ../../../Triangulation_3/include \
$(TESTSUITE_CXXFLAGS) \
$(EXTRA_FLAGS) \
$(CGAL_CXXFLAGS) \