summaryrefslogtreecommitdiffstats
path: root/tests/manual/windowtransparency/windowtransparency.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/windowtransparency/windowtransparency.cpp')
-rw-r--r--tests/manual/windowtransparency/windowtransparency.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/manual/windowtransparency/windowtransparency.cpp b/tests/manual/windowtransparency/windowtransparency.cpp
index 20a56cc801..10ee6960c3 100644
--- a/tests/manual/windowtransparency/windowtransparency.cpp
+++ b/tests/manual/windowtransparency/windowtransparency.cpp
@@ -1,8 +1,9 @@
// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QtGui>
#include <QtWidgets>
+#include <QtOpenGL/QOpenGLShaderProgram>
class GLWindow : public QWindow
{