Browse Source

Merge pull request #294 from SharpCoiner/patch-2

Fix 64-bit VS2013 build
cl-refactor
Gav Wood 11 years ago
parent
commit
bea00af91a
  1. 2
      alethzero/MiningView.h

2
alethzero/MiningView.h

@ -27,7 +27,9 @@
#include <list> #include <list>
#include <QtWidgets/QWidget> #include <QtWidgets/QWidget>
#ifndef Q_MOC_RUN
#include <libethereum/Client.h> #include <libethereum/Client.h>
#endif
namespace eth namespace eth
{ {

Loading…
Cancel
Save