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:
parent
87150816c7
commit
6195ab2608
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue