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