view.h: conditionally include xwayland.h

This commit is contained in:
Jente Hidskes 2019-01-04 20:23:33 +01:00
parent eaa71b7af4
commit 905199a1a8
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA

3
view.h
View file

@ -8,6 +8,9 @@
#include <wlr/types/wlr_box.h>
#include <wlr/types/wlr_surface.h>
#include <wlr/types/wlr_xdg_shell.h>
#if CAGE_HAS_XWAYLAND
#include <wlr/xwayland.h>
#endif
#include "server.h"