diff --git a/MathLib/MathTools.h b/MathLib/MathTools.h index 364de414fc8159244835120f570b556399e5524a..acad2be799d7f3d7508cac2fb66d80e4107d262f 100644 --- a/MathLib/MathTools.h +++ b/MathLib/MathTools.h @@ -17,7 +17,9 @@ #include <omp.h> #endif +#ifndef Q_MOC_RUN // to avoid Qt bug, https://bugreports.qt.io/browse/QTBUG-22829 #include <boost/math/constants/constants.hpp> +#endif namespace MathLib {