From 4339f67015a58bed35d49c2d0780358528f32495 Mon Sep 17 00:00:00 2001 From: Liangliang Nan Date: Sun, 12 Jan 2025 00:11:50 +0100 Subject: [PATCH] #include --- code/method/face_selection.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/code/method/face_selection.cpp b/code/method/face_selection.cpp index 7031436..68543bb 100644 --- a/code/method/face_selection.cpp +++ b/code/method/face_selection.cpp @@ -25,6 +25,7 @@ #include "../method/hypothesis_generator.h" #include +#include FaceSelection::FaceSelection(PointSet* pset, Map* model)