From 4b313a50d7fba3d0c5f452fa5047614a8fdda63c Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Tue, 4 May 2021 10:20:09 +0200 Subject: [PATCH] Add missing include --- .../CGAL/Shape_detection/Region_growing/internal/fitting.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/internal/fitting.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/internal/fitting.h index dc786d9cde0..5018ce64a0a 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/internal/fitting.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/internal/fitting.h @@ -17,6 +17,7 @@ #include #include +#include namespace CGAL { namespace Shape_detection {