mirror of https://github.com/qt/qtgamepad.git
Fix build of qgamepad.cpp
It was missing an include. Change-Id: Id51a0bba1d7451c59a2b1ccf542347ac56ccfd77 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
parent
b74069fbc0
commit
960c159a6f
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtGamepad/qtgamepadexports.h>
|
||||
#include <QtUniversalInput/quniversalinput.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
Loading…
Reference in New Issue