mirror of https://github.com/CGAL/cgal
Add missing includes
This commit is contained in:
parent
596f3e3013
commit
cf55bca4b9
|
|
@ -17,6 +17,9 @@
|
|||
#ifndef CGAL_DISTANCE_3_POINT_3_TRIANGLE_3_H
|
||||
#define CGAL_DISTANCE_3_POINT_3_TRIANGLE_3_H
|
||||
|
||||
#include <CGAL/internal/squared_distance_utils_3.h>
|
||||
#include <CGAL/squared_distance_Point_3_Segment_3.h>
|
||||
|
||||
#include <CGAL/Point_3.h>
|
||||
#include <CGAL/Triangle_3.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue