Skip to content

Commit

Permalink
Update GLWidgetRenderer2.h
Browse files Browse the repository at this point in the history
fix: include before QT_VERSION_CHECK(6,0,0)
  • Loading branch information
waterstrider authored Jan 13, 2022
1 parent 6775f20 commit 784a1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/QtAVWidgets/GLWidgetRenderer2.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#ifndef QTAV_GLWIDGETRENDERER2_H
#define QTAV_GLWIDGETRENDERER2_H

#if !defined(QT_NO_OPENGL) && QT_VERSION < QT_VERSION_CHECK(6,0,0)
#include <QtAVWidgets/global.h>
#if !defined(QT_NO_OPENGL) && QT_VERSION < QT_VERSION_CHECK(6,0,0)
#include <QtOpenGL/QGLWidget>
#include <QtAV/OpenGLRendererBase.h>

Expand Down

0 comments on commit 784a1a4

Please sign in to comment.