Browse Source

Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop

cl-refactor
Gav Wood 10 years ago
parent
commit
cf91fde543
  1. 4
      alethzero/MiningView.h

4
alethzero/MiningView.h

@ -21,6 +21,10 @@
#pragma once
#ifdef Q_MOC_RUN
#define BOOST_MPL_IF_HPP_INCLUDED
#endif
#include <list>
#include <QtWidgets/QWidget>
#include <libethereum/Client.h>

Loading…
Cancel
Save