Skip to content
Snippets Groups Projects
Commit 2f678e72 authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

include fstream

parent e0b71157
No related branches found
No related tags found
No related merge requests found
Pipeline #15700 passed
......@@ -20,6 +20,7 @@
#include "ilw/ilw.hpp"
#include <ftl/render/splat_render.hpp>
#include <fstream>
#include <string>
#include <vector>
#include <thread>
......
......@@ -19,6 +19,8 @@
using ftl::rgbd::detail::RealsenseSource;
#endif
#include <fstream>
using ftl::rgbd::Source;
using ftl::Configurable;
using std::string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment