mirror of https://github.com/CGAL/cgal
- fixed errors introduced by the move of *.C to *_impl.h
This commit is contained in:
parent
effbb2b8f0
commit
4c3d09d7d4
|
|
@ -1,3 +1,6 @@
|
|||
27 May 2006: Menelaos Karavelas
|
||||
- fixed errors introduced by the move of *.C to *_impl.h
|
||||
|
||||
3 May 2006: Menelaos Karavelas
|
||||
- fixed warning about missing virtual destructor of
|
||||
Virtual_Voronoi_diagram_2 class (in demo). Warning spotted by
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
#ifdef CGAL_USE_QT
|
||||
|
||||
#include <CGAL/IO/Qt_widget.h>
|
||||
#include <CGAL/Apollonius_graph_constructions_C2.h>
|
||||
#include <CGAL/Apollonius_graph_2/Constructions_C2.h>
|
||||
#include <CGAL/Hyperbola_segment_2.h>
|
||||
#include <CGAL/Hyperbola_ray_2.h>
|
||||
#include <CGAL/Hyperbola_2.h>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include <CGAL/Voronoi_diagram_2/basic.h>
|
||||
#include <CGAL/Triangulation_utils_2.h>
|
||||
#include <CGAL/predicates/Ag2_orientation_2.h>
|
||||
#include <CGAL/Apollonius_graph_2/Orientation_2.h>
|
||||
|
||||
#include <boost/variant.hpp>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue