Skip to content

Commit

Permalink
macOS compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sowle committed Feb 14, 2019
1 parent 1c64de4 commit 443c00f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/epee/include/file_io_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#include <iostream>
#include <boost/filesystem.hpp>

#include <boost/filesystem/fstream.hpp>

#ifndef MAKE64
#define MAKE64(low,high) ((__int64)(((DWORD)(low)) | ((__int64)((DWORD)(high))) << 32))
Expand Down
2 changes: 1 addition & 1 deletion src/common/boost_serialization_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <boost/archive/binary_oarchive.hpp>
#include <boost/archive/binary_iarchive.hpp>

#include <boost/filesystem/fstream.hpp>

#define CHECK_PROJECT_NAME() std::string project_name = CURRENCY_NAME; ar & project_name; if(project_name != CURRENCY_NAME) {throw std::runtime_error(std::string("wrong storage file: project name in file: ") + project_name + ", expected: " + CURRENCY_NAME );}

Expand Down

0 comments on commit 443c00f

Please sign in to comment.