mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
revert removal of fstream.hpp header in fs.h
This is required for some architectures.
This commit is contained in:
parent
09f1d7fe72
commit
e816b341ab
1 changed files with 1 additions and 0 deletions
1
src/fs.h
1
src/fs.h
|
|
@ -12,6 +12,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/filesystem.hpp>
|
#include <boost/filesystem.hpp>
|
||||||
|
#include <boost/filesystem/fstream.hpp>
|
||||||
|
|
||||||
/** Filesystem operations and types */
|
/** Filesystem operations and types */
|
||||||
namespace fs = boost::filesystem;
|
namespace fs = boost::filesystem;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue