summaryrefslogtreecommitdiffstats
path: root/src/imports/shaders/shadereffectitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/shaders/shadereffectitem.cpp')
-rw-r--r--src/imports/shaders/shadereffectitem.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/imports/shaders/shadereffectitem.cpp b/src/imports/shaders/shadereffectitem.cpp
index 4fbf116a..85a4076a 100644
--- a/src/imports/shaders/shadereffectitem.cpp
+++ b/src/imports/shaders/shadereffectitem.cpp
@@ -43,8 +43,10 @@
#include "shadereffect.h"
#include "glfunctions.h"
+#include <QGLShaderProgram>
+#include <QGLFramebufferObject>
+#include <QGraphicsView>
#include <QPainter>
-#include <QtOpenGL>
static const char qt_default_vertex_code[] =
"uniform highp mat4 qt_ModelViewProjectionMatrix;\n"