From a0ee9d6b481fc527fc8fc618243298ec46a17329 Mon Sep 17 00:00:00 2001 From: Mike Krus Date: Tue, 5 Apr 2022 10:54:18 +0100 Subject: Fix compilation of example Task-number: QTBUG-101595 Change-Id: I9578d2943768c62ad57da9d19d9ca667a2dff3e9 Reviewed-by: Paul Lemire --- examples/qt3d/qardboard/dummydeviceorientation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/qt3d') diff --git a/examples/qt3d/qardboard/dummydeviceorientation.h b/examples/qt3d/qardboard/dummydeviceorientation.h index 4f18ea4ad..44470f930 100644 --- a/examples/qt3d/qardboard/dummydeviceorientation.h +++ b/examples/qt3d/qardboard/dummydeviceorientation.h @@ -51,7 +51,7 @@ #ifndef DUMMY_DEVICEORIENTATION_H #define DUMMY_DEVICEORIENTATION_H -#include +#include "abstractdeviceorientation.h" class DummyDeviceOrientation : public AbstractDeviceOrientation { -- cgit v1.2.3