Fix failure to build from sources: missing #include

qwaylandinputdeviceintegration_p.h:64:85: error: ‘uint32_t’ has not been declared

Change-Id: Ic747cc2ab45e4dc6bb70ffff143843d1ed4a341b
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
This commit is contained in:
Thiago Macieira 2016-03-02 23:10:16 -08:00 committed by Jani Heikkinen
parent 4c0a1bc3b0
commit db14c19d17

View File

@ -48,6 +48,8 @@
#include <QtCore/qglobal.h>
#include <QtWaylandClient/private/qwaylandclientexport_p.h>
#include <stdint.h>
QT_BEGIN_NAMESPACE
namespace QtWaylandClient {