Add missing QWindow include
authorKent Hansen <kent.hansen@nokia.com>
Mon, 31 Oct 2011 11:57:26 +0000 (12:57 +0100)
committerSamuel Rødal <samuel.rodal@nokia.com>
Mon, 31 Oct 2011 12:11:50 +0000 (13:11 +0100)
Fix compile error ("waylandeglintegration.cpp:84:27: error: "
"invalid use of incomplete type 'struct QWindow'")

Change-Id: Ic87ee8a6fe67329d0e1e9a4a96fda05952093f8f
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/qt-compositor/hardware_integration/wayland_egl/waylandeglintegration.cpp

index 94b6259..2d8fb19 100644 (file)
@@ -44,6 +44,7 @@
 #include <QtGui/QGuiApplication>
 #include <QtGui/QOpenGLContext>
 #include <QtGui/QPlatformScreen>
+#include <QtGui/QWindow>
 
 #define EGL_EGLEXT_PROTOTYPES
 #include <EGL/egl.h>