Add missing includes

This commit is contained in:
Mael Rouxel-Labbé 2021-03-12 15:19:55 +01:00
parent 596f3e3013
commit cf55bca4b9
1 changed files with 3 additions and 0 deletions

View File

@ -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>