Add missing include

This commit is contained in:
Soenke Huster 2020-04-19 13:45:18 +02:00
parent 2b15cf453e
commit d9a7c8d89c
No known key found for this signature in database
GPG key ID: 3D09BECE9BA2F912

View file

@ -23,6 +23,7 @@
#include <wlr/types/wlr_xcursor_manager.h>
#include <wlr/types/wlr_xdg_decoration_v1.h>
#include <wlr/types/wlr_xdg_output_v1.h>
#include <wlr/types/wlr_output_power_management_v1.h>
#include "config.h"
#include "list.h"
#include "log.h"