Merge pull request #3971

4ecf714 epee: fix include for ofstream (moneromooo-monero)
This commit is contained in:
luigi1111 2018-06-25 15:20:12 -05:00
commit a2b08db9c9
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 1 additions and 1 deletions

View File

@ -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