Skip to content
Snippets Groups Projects
Commit ee15a5cb authored by Nicolas Pope's avatar Nicolas Pope
Browse files

All compile except recon and gui

parent 98dcb018
No related branches found
No related tags found
1 merge request!316Resolves #343 GUI and Frame Refactor
Pipeline #27462 failed
......@@ -2,6 +2,7 @@
#define _FTL_STREAM_FILESTREAM_HPP_
#include <ftl/streams/stream.hpp>
#include <ftl/handle.hpp>
namespace ftl {
namespace stream {
......
#include <fstream>
#include <ftl/streams/filestream.hpp>
#include <ftl/timer.hpp>
#define LOGURU_REPLACE_GLOG 1
#include <loguru.hpp>
......
......@@ -2,6 +2,7 @@
#include <ftl/streams/filestream.hpp>
#include <nlohmann/json.hpp>
#include <ftl/timer.hpp>
using ftl::stream::File;
using ftl::stream::Stream;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment