summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qactioninput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend/qactioninput.h')
-rw-r--r--src/input/frontend/qactioninput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/frontend/qactioninput.h b/src/input/frontend/qactioninput.h
index 7bc9a768d..86dfcb282 100644
--- a/src/input/frontend/qactioninput.h
+++ b/src/input/frontend/qactioninput.h
@@ -41,6 +41,7 @@
#define QT3DINPUT_QACTIONINPUT_H
#include <Qt3DInput/qabstractactioninput.h>
+#include <Qt3DInput/qabstractphysicaldevice.h>
#include <Qt3DInput/qt3dinput_global.h>
#include <Qt3DCore/qnode.h>
@@ -48,7 +49,6 @@ QT_BEGIN_NAMESPACE
namespace Qt3DInput {
-class QAbstractPhysicalDevice;
class QActionInputPrivate;
class Q_3DINPUTSHARED_EXPORT QActionInput : public Qt3DInput::QAbstractActionInput