epee: fix include for ofstream

This commit is contained in:
moneromooo-monero 2018-05-30 15:55:22 +01:00
parent 25e7a7d96f
commit 4ecf71405f
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
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