From ce59a193c83f5649134be8539095e7f1a00390f2 Mon Sep 17 00:00:00 2001 From: Andy Nichols Date: Wed, 30 Nov 2011 13:17:08 +0100 Subject: [PATCH] Use correct include syntax for waylandobject.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I10c5cd74e923f66cdfffda4ec996382484815d20 Reviewed-by: Jørgen Lind --- src/qt-compositor/wayland_wrapper/wlshell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt-compositor/wayland_wrapper/wlshell.h b/src/qt-compositor/wayland_wrapper/wlshell.h index a3e6049..a748186 100644 --- a/src/qt-compositor/wayland_wrapper/wlshell.h +++ b/src/qt-compositor/wayland_wrapper/wlshell.h @@ -41,7 +41,7 @@ #ifndef WLSHELL_H #define WLSHELL_H -#include +#include "waylandobject.h" namespace Wayland { -- 2.7.4