Compile++

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

BUG: 372821
Revewed-by: Martin Gräßlin
icc-effect-5.14.5
Hrvoje Senjan 2016-11-23 09:35:52 +01:00
parent 87150816c7
commit 6195ab2608
1 changed files with 1 additions and 0 deletions

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"