summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-10-14 14:02:44 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2016-10-17 10:45:59 +0000
commitf42acb26fba9660c1bc441385709431771fe46c0 (patch)
tree7d23a54fd621d26035927430f4bde213bcb027d6
parentfcaa38c84dc92ec951c43e1759d7a46080755cbc (diff)
fix namespaced build. *again*
Change-Id: I3cbc3efdac61a9f329d0796c64885e6565bd0b77 Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
-rw-r--r--src/client/global/qwaylandclientextension.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/global/qwaylandclientextension.h b/src/client/global/qwaylandclientextension.h
index afb3f868f..3d80baaa1 100644
--- a/src/client/global/qwaylandclientextension.h
+++ b/src/client/global/qwaylandclientextension.h
@@ -40,6 +40,7 @@
#include <QObject>
#include <QtWaylandClient/qwaylandclientexport.h>
+struct wl_interface;
struct wl_registry;
QT_BEGIN_NAMESPACE