From 1e0977c3c82b71e6a7b3b314bb74381563afa4c2 Mon Sep 17 00:00:00 2001 From: Sebastian Hahta <joseha@utu.fi> Date: Wed, 28 Aug 2019 10:07:18 +0300 Subject: [PATCH] include <fstream> missing --- applications/reconstruct/src/registration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/reconstruct/src/registration.cpp b/applications/reconstruct/src/registration.cpp index 23ae7e746..dab523544 100644 --- a/applications/reconstruct/src/registration.cpp +++ b/applications/reconstruct/src/registration.cpp @@ -1,5 +1,5 @@ #include <ftl/registration.hpp> - +#include <fstream> #define LOGURU_WITH_STREAMS 1 #include <loguru.hpp> -- GitLab