diff options
author | Thiago Macieira <[email protected]> | 2015-07-09 15:20:59 -0700 |
---|---|---|
committer | Thiago Macieira <[email protected]> | 2022-02-24 12:07:00 -0800 |
commit | 75e0d1b5c193cb1d421c44ef2be04d5f43739a91 (patch) | |
tree | 07cc9d6054476121c4ec62805e7c7bd5f06efcd9 /src/opengl/qopenglvertexarrayobject_p.h | |
parent | 51ff94ec9224e35669428ec700bf17a1d4a094a8 (diff) |
Make sure all qtbase private headers include at least one other
See script in qtbase/util/includeprivate for the rules.
Since these files are being touched anyway, I also ran the
updatecopyright.pl script too.
Change-Id: Ib056b47dde3341ef9a52ffff13ef677e471674b6
Reviewed-by: Marc Mutz <[email protected]>
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, [email protected], author Sean Harmer <[email protected]> +** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, [email protected], author Sean Harmer <[email protected]> ** 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 |