From 1f18ea07a21abe08038d70f166e3079bf1b3dced Mon Sep 17 00:00:00 2001 From: Tim Hughes Date: Thu, 17 Jul 2014 19:57:28 +0100 Subject: [PATCH] Squash boost warnings from moc compiler. --- alethzero/MiningView.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/alethzero/MiningView.h b/alethzero/MiningView.h index 090614b38..1b4a91b9a 100644 --- a/alethzero/MiningView.h +++ b/alethzero/MiningView.h @@ -21,6 +21,10 @@ #pragma once +#ifdef Q_MOC_RUN +#define BOOST_MPL_IF_HPP_INCLUDED +#endif + #include #include #include