mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +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
|
||||
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/filesystem/fstream.hpp>
|
||||
|
||||
/** Filesystem operations and types */
|
||||
namespace fs = boost::filesystem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue