diff options
author | Samuel Rødal <samuel.rodal@nokia.com> | 2011-04-18 13:23:55 (GMT) |
---|---|---|
committer | Samuel Rødal <samuel.rodal@nokia.com> | 2011-04-18 13:27:37 (GMT) |
commit | 62e87f8597f6c1c7622125a26747636d61a6c7ed (patch) | |
tree | b0d8516a7ae1cd3bf67656be3bf1cb55b0cfd45e /src | |
parent | c4ae6d8464b9839729744e2710869947c0ec7bd0 (diff) | |
download | Qt-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.h | 1 |
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 { |