mirror of https://github.com/CGAL/cgal
Added #include <CGAL/squared_distance_[2,3].h>
This commit is contained in:
parent
2b33775cc4
commit
f99120d80c
|
|
@ -27,6 +27,8 @@
|
|||
#include <CGAL/Bbox_3.h>
|
||||
#include <CGAL/Kernel/Cartesian_coordinate_iterator_2.h>
|
||||
#include <CGAL/Kernel/Cartesian_coordinate_iterator_3.h>
|
||||
#include <CGAL/squared_distance_2.h>
|
||||
#include <CGAL/squared_distance_3.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue