Add missing Boost Filesystem fstream header, pull request #9821

Thanks @cjmayo
This commit is contained in:
Vojtech Bubnik 2023-03-03 11:30:03 +01:00
parent d653090f27
commit 9da3bfb009

View File

@ -9,6 +9,7 @@
#include <future>
#include <boost/algorithm/string.hpp>
#include <boost/optional.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/log/trivial.hpp>