Browse Source

Suppress warnings from boost mpl during moc compile.

cl-refactor
Tim Hughes 10 years ago
parent
commit
a23fea0917
  1. 3
      alethzero/MainWin.h

3
alethzero/MainWin.h

@ -21,6 +21,9 @@
#pragma once
#ifdef Q_MOC_RUN
#define BOOST_MPL_IF_HPP_INCLUDED
#endif
#include <map>
#include <QtNetwork/QNetworkAccessManager>

Loading…
Cancel
Save