[server] Add missing include

Fixes build with gcc 4.8.

BUG: 350058
This commit is contained in:
Martin Gräßlin 2015-07-09 20:28:20 +02:00
parent eb97db3fd1
commit 0068cfddad

View file

@ -23,6 +23,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
#include <QSizeF>
#include <wayland-server.h>
#include <wayland-fake-input-server-protocol.h>
namespace KWayland