summaryrefslogtreecommitdiffstats
path: root/src/input/backend/logicaldevice.cpp
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2015-11-27 17:02:05 +0100
committerPaul Lemire <paul.lemire@kdab.com>2015-11-28 08:16:26 +0000
commit381976f06c9f3dfb36b25b6da5b24a8a61d990f3 (patch)
treec58ba3db575fb77e83982f11e21d10cf90b20533 /src/input/backend/logicaldevice.cpp
parent7bbf66e76179b1d9dcda1625cdd643af0cdedc4e (diff)
Add missing includes
Change-Id: Ib1f22e4c606cbba6242cc569afdc51ceb292b2e3 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/input/backend/logicaldevice.cpp')
-rw-r--r--src/input/backend/logicaldevice.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/backend/logicaldevice.cpp b/src/input/backend/logicaldevice.cpp
index f70553c4d..b9b116488 100644
--- a/src/input/backend/logicaldevice.cpp
+++ b/src/input/backend/logicaldevice.cpp
@@ -38,6 +38,7 @@
#include <Qt3DInput/qlogicaldevice.h>
#include <Qt3DInput/qaxis.h>
#include <Qt3DInput/qaction.h>
+#include <Qt3DCore/qscenepropertychange.h>
QT_BEGIN_NAMESPACE