summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-04-18 13:23:55 (GMT)
committerSamuel Rødal <samuel.rodal@nokia.com>2011-04-18 13:27:37 (GMT)
commit62e87f8597f6c1c7622125a26747636d61a6c7ed (patch)
treeb0d8516a7ae1cd3bf67656be3bf1cb55b0cfd45e /src
parentc4ae6d8464b9839729744e2710869947c0ec7bd0 (diff)
downloadQt-62e87f8597f6c1c7622125a26747636d61a6c7ed.zip
Qt-62e87f8597f6c1c7622125a26747636d61a6c7ed.tar.gz
Qt-62e87f8597f6c1c7622125a26747636d61a6c7ed.tar.bz2
Fixes compilation of wayland plugin after latest changes in wayland.
Diffstat (limited to 'src')
-rw-r--r--src/plugins/platforms/wayland/qwaylandbuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/platforms/wayland/qwaylandbuffer.h b/src/plugins/platforms/wayland/qwaylandbuffer.h
index 8779d5f..faeb3e8 100644
--- a/src/plugins/platforms/wayland/qwaylandbuffer.h
+++ b/src/plugins/platforms/wayland/qwaylandbuffer.h
@@ -44,6 +44,7 @@
#include <QtCore/QSize>
+#include <wayland-client.h>
#include <wayland-client-protocol.h>
class QWaylandBuffer {