From a6c0c91fad1310141cabded4b2c4efb6e823d26f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 5 Aug 2025 14:44:03 +0200 Subject: [PATCH] missing string_field --- CGAL_ImageIO/include/CGAL/SEP_to_ImageIO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CGAL_ImageIO/include/CGAL/SEP_to_ImageIO.h b/CGAL_ImageIO/include/CGAL/SEP_to_ImageIO.h index 34f26203248..54ed43b9814 100644 --- a/CGAL_ImageIO/include/CGAL/SEP_to_ImageIO.h +++ b/CGAL_ImageIO/include/CGAL/SEP_to_ImageIO.h @@ -55,7 +55,7 @@ public: display_information(fileName, std::cout); std::filesystem::path headerFile(fileName); - std::filesystem::path dataFile = std::filesystem::absolute(fileName).parent_path() / std::filesystem::path("in"); + std::filesystem::path dataFile = std::filesystem::absolute(fileName).parent_path() / std::filesystem::path(string_field("in")); if(!load_data(dataFile.string())) { return;