include/qwt3d_openglhelper.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/qwt3d_openglhelper.h b/include/qwt3d_openglhelper.h index e5499c2..a7ecddc 100644 --- a/include/qwt3d_openglhelper.h +++ b/include/qwt3d_openglhelper.h @@ -8,6 +8,11 @@ #include #endif +#if QT_VERSION < 0x047999 +#include +#endif + + namespace Qwt3D {