Updates from BitShares FC #22

Closed
nathanielhourt wants to merge 693 commits from dapp-support into latest-fc
3 changed files with 3 additions and 1 deletions
Showing only changes of commit 4511300081 - Show all commits

View file

@ -1,5 +1,6 @@
#pragma once
#include <memory>
#include <string>
namespace fc {

View file

@ -1,5 +1,6 @@
#pragma once
#include <memory>
#include <string>
#include <vector>
namespace fc {

View file

@ -51,7 +51,7 @@ namespace fc {
friend class tcp_server;
class impl;
#ifdef _WIN64
fc::fwd<impl,0x81> my;
fc::fwd<impl,0x88> my;
#else
fc::fwd<impl,0x54> my;
#endif