Add missing header file

This commit is contained in:
Julius Lehmann 2019-08-23 11:59:26 +02:00
parent 122d3699bc
commit f683935895

View file

@ -10,6 +10,7 @@
#include <wlr/types/wlr_box.h>
#include <wlr/types/wlr_cursor.h>
#include <wlr/types/wlr_idle.h>
#include <wlr/types/wlr_tablet_v2.h>
#include <wlr/types/wlr_xcursor_manager.h>
#include <wlr/util/region.h>
#include "list.h"