mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-01-26 11:12:58 -03:00
Merge pull request #3971
4ecf714
epee: fix include for ofstream (moneromooo-monero)
This commit is contained in:
commit
a2b08db9c9
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
#ifndef _FILE_IO_UTILS_H_
|
#ifndef _FILE_IO_UTILS_H_
|
||||||
#define _FILE_IO_UTILS_H_
|
#define _FILE_IO_UTILS_H_
|
||||||
|
|
||||||
#include <iostream>
|
#include <fstream>
|
||||||
#include <boost/filesystem/path.hpp>
|
#include <boost/filesystem/path.hpp>
|
||||||
#include <boost/filesystem/operations.hpp>
|
#include <boost/filesystem/operations.hpp>
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
|
Loading…
Add table
Reference in a new issue