From 93b0d42e40d0dbcc8fb24c7c8db27fd5958f3929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Valque?= Date: Tue, 3 Jun 2025 11:32:26 +0200 Subject: [PATCH] add include to compare in Distance_3/Point_3_Point_3 --- Distance_3/include/CGAL/Distance_3/Point_3_Point_3.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Distance_3/include/CGAL/Distance_3/Point_3_Point_3.h b/Distance_3/include/CGAL/Distance_3/Point_3_Point_3.h index 088e28b08d6..4b53dc99676 100644 --- a/Distance_3/include/CGAL/Distance_3/Point_3_Point_3.h +++ b/Distance_3/include/CGAL/Distance_3/Point_3_Point_3.h @@ -17,6 +17,7 @@ #ifndef CGAL_DISTANCE_3_POINT_3_POINT_3_H #define CGAL_DISTANCE_3_POINT_3_POINT_3_H +#include #include namespace CGAL {