diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-05-30 15:55:22 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-06-09 19:19:27 +0100 |
commit | 4ecf71405f19cb5f09e68739b7f725d9ab53077e (patch) | |
tree | 8f169709262275e711e16c40196a3e7558ce3bb1 /contrib | |
parent | Merge pull request #3340 (diff) | |
download | monero-4ecf71405f19cb5f09e68739b7f725d9ab53077e.tar.xz |
epee: fix include for ofstream
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/epee/include/file_io_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/include/file_io_utils.h b/contrib/epee/include/file_io_utils.h index 196610674..68b9f82de 100644 --- a/contrib/epee/include/file_io_utils.h +++ b/contrib/epee/include/file_io_utils.h @@ -28,7 +28,7 @@ #ifndef _FILE_IO_UTILS_H_ #define _FILE_IO_UTILS_H_ -#include <iostream> +#include <fstream> #include <boost/filesystem/path.hpp> #include <boost/filesystem/operations.hpp> #ifdef WIN32 |