diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-06-25 15:20:12 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-06-25 15:20:12 -0500 |
commit | a2b08db9c9c0e2958a22577b9586454eab21d550 (patch) | |
tree | 73a5b1aec38429d8f9e3e639dc70f755f88d1b11 | |
parent | Merge pull request #3966 (diff) | |
parent | epee: fix include for ofstream (diff) | |
download | monero-a2b08db9c9c0e2958a22577b9586454eab21d550.tar.xz |
Merge pull request #3971
4ecf714 epee: fix include for ofstream (moneromooo-monero)
-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 0afff800f..4434f7383 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 |