Compile++

With older gcc at least there is a forward declaration error w/o explicit include.

BUG: 372821
Revewed-by: Martin Gräßlin
This commit is contained in:
Hrvoje Senjan 2016-11-23 09:35:52 +01:00
parent 87150816c7
commit 6195ab2608

View file

@ -27,6 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "unmanaged.h"
#include "wayland_server.h"
#include "workspace.h"
#include "keyboard_input.h"
#if HAVE_INPUT
#include "libinput/connection.h"
#include "libinput/device.h"