From 2f678e7200c34fea0f218ce749ceaaa5ff947ada Mon Sep 17 00:00:00 2001 From: Sebastian Hahta <joseha@utu.fi> Date: Thu, 17 Oct 2019 11:35:36 +0300 Subject: [PATCH] include fstream --- applications/reconstruct/src/main.cpp | 1 + components/rgbd-sources/src/source.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/applications/reconstruct/src/main.cpp b/applications/reconstruct/src/main.cpp index c1afeed96..4d239758b 100644 --- a/applications/reconstruct/src/main.cpp +++ b/applications/reconstruct/src/main.cpp @@ -20,6 +20,7 @@ #include "ilw/ilw.hpp" #include <ftl/render/splat_render.hpp> +#include <fstream> #include <string> #include <vector> #include <thread> diff --git a/components/rgbd-sources/src/source.cpp b/components/rgbd-sources/src/source.cpp index 610f9d08a..4482448cf 100644 --- a/components/rgbd-sources/src/source.cpp +++ b/components/rgbd-sources/src/source.cpp @@ -19,6 +19,8 @@ using ftl::rgbd::detail::RealsenseSource; #endif +#include <fstream> + using ftl::rgbd::Source; using ftl::Configurable; using std::string; -- GitLab