diff options
Diffstat (limited to 'src/opengl/qopenglvertexarrayobject_p.h')
| -rw-r--r-- | src/opengl/qopenglvertexarrayobject_p.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/opengl/qopenglvertexarrayobject_p.h b/src/opengl/qopenglvertexarrayobject_p.h index bd50d860733..c1517dcae8b 100644 --- a/src/opengl/qopenglvertexarrayobject_p.h +++ b/src/opengl/qopenglvertexarrayobject_p.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2014 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Sean Harmer <sean.harmer@kdab.com> +** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Sean Harmer <sean.harmer@kdab.com> ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtOpenGL module of the Qt Toolkit. @@ -54,6 +54,7 @@ #include <QtOpenGL/qtopenglglobal.h> #include <QtGui/qopengl.h> +#include <QtCore/private/qglobal_p.h> QT_BEGIN_NAMESPACE |
