add include to compare in Distance_3/Point_3_Point_3

This commit is contained in:
Léo Valque 2025-06-03 11:32:26 +02:00 committed by Sébastien Loriot
parent b9b098604e
commit 93b0d42e40
1 changed files with 1 additions and 0 deletions

View File

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