mirror of https://github.com/CGAL/cgal
add include to compare in Distance_3/Point_3_Point_3
This commit is contained in:
parent
b9b098604e
commit
93b0d42e40
|
|
@ -17,6 +17,7 @@
|
|||
#ifndef CGAL_DISTANCE_3_POINT_3_POINT_3_H
|
||||
#define CGAL_DISTANCE_3_POINT_3_POINT_3_H
|
||||
|
||||
#include <CGAL/number_utils.h>
|
||||
#include <CGAL/Point_3.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
|
|
|||
Loading…
Reference in New Issue