Browse Source

Squash boost warnings from moc compiler.

cl-refactor
Tim Hughes 11 years ago
parent
commit
1f18ea07a2
  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