epee: fix include for ofstream

release-v0.4.0.1
moneromooo-monero 6 years ago committed by wowario
parent 320c45144d
commit d11f4fb80d
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

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

Loading…
Cancel
Save