mirror of https://github.com/CGAL/cgal
fixed bug created by renaming directory with traits by Delage from new_traits to Delage_traits
This commit is contained in:
parent
df0a8ed51a
commit
b079e36d1a
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
#include <CGAL/Apollonius_graph_2.h>
|
#include <CGAL/Apollonius_graph_2.h>
|
||||||
#include <CGAL/Apollonius_graph_traits_2.h>
|
#include <CGAL/Apollonius_graph_traits_2.h>
|
||||||
#include <CGAL/Apollonius_graph_2/new_traits/Apollonius_graph_new_traits_2.h>
|
#include <CGAL/Apollonius_graph_2/Delage_traits/Apollonius_graph_new_traits_2.h>
|
||||||
|
|
||||||
typedef CGAL::Sign Sign;
|
typedef CGAL::Sign Sign;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue