Browse Source

fixed msvc build

cl-refactor
arkpar 10 years ago
parent
commit
c0c6e23b8c
  1. 3
      mix/ClientModel.h

3
mix/ClientModel.h

@ -26,7 +26,7 @@
#include <atomic>
#include <map>
#include <QString>
#include "MixClient.h"
#include "MachineStates.h"
namespace dev
{
@ -38,6 +38,7 @@ class Web3Server;
class RpcConnector;
class QEther;
class QDebugData;
class MixClient;
/// Backend transaction config class
struct TransactionSettings

Loading…
Cancel
Save