FC Updates from BitShares and myself #21

Closed
nathanielhourt wants to merge 687 commits from dapp-support into latest-fc
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 1169c2d966 - Show all commits

View file

@ -2,11 +2,8 @@
#include <fc/shared_ptr.hpp>
#include <fc/filesystem.hpp>
#include <fc/io/iostream.hpp>
#include <fstream>
using namespace std;
namespace fc {
class path;
class ofstream : virtual public ostream {

View file

@ -10,6 +10,8 @@
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/fstream.hpp>
using namespace std;
namespace fc {
class ofstream::impl : public fc::retainable {
public: