summaryrefslogtreecommitdiffstats
path: root/src/render/lights/qabstractlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/lights/qabstractlight.h')
-rw-r--r--src/render/lights/qabstractlight.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/lights/qabstractlight.h b/src/render/lights/qabstractlight.h
index 33a88b215..24d7686fd 100644
--- a/src/render/lights/qabstractlight.h
+++ b/src/render/lights/qabstractlight.h
@@ -43,8 +43,8 @@
#include <Qt3DRender/qt3drender_global.h>
#include <Qt3DCore/qcomponent.h>
-#include <QVector3D>
-#include <QColor>
+#include <QtGui/QVector3D>
+#include <QtGui/QColor>
QT_BEGIN_NAMESPACE