Added missing include to fix build.
authorSamuel Rødal <samuel.rodal@nokia.com>
Wed, 25 Jan 2012 08:45:40 +0000 (09:45 +0100)
committerStephen Kelly <stephen.kelly@kdab.com>
Wed, 25 Jan 2012 10:18:56 +0000 (11:18 +0100)
Fixes build after change in qtbase requiring Q_DECLARE_METATYPE(T*) to
be fully defined.

Change-Id: I741d91eb0e7e480b5a35a4616b32a90043f01a63
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
src/compositor/compositor_api/waylandsurfaceitem.h

index b584218..04bfd71 100644 (file)
 #define WAYLANDSURFACEITEM_H
 
 #include "waylandexport.h"
+#include "waylandsurface.h"
 
 #include <QtQuick/QQuickItem>
 #include <QtQuick/qsgtexture.h>
 
 #include <QtQuick/qsgtextureprovider.h>
 
-class WaylandSurface;
 class WaylandSurfaceTextureProvider;
 
 Q_DECLARE_METATYPE(WaylandSurface*)