summaryrefslogtreecommitdiffstats
path: root/src/core/geometry
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/geometry')
-rw-r--r--src/core/geometry/qattribute.h2
-rw-r--r--src/core/geometry/qgeometry.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/geometry/qattribute.h b/src/core/geometry/qattribute.h
index aa0e5ce8b..eedb2d32c 100644
--- a/src/core/geometry/qattribute.h
+++ b/src/core/geometry/qattribute.h
@@ -42,13 +42,13 @@
#include <Qt3DCore/qt3dcore_global.h>
#include <Qt3DCore/qnode.h>
+#include <Qt3DCore/qbuffer.h>
#include <QtCore/QSharedPointer>
QT_BEGIN_NAMESPACE
namespace Qt3DCore {
-class QBuffer;
class QAttributePrivate;
typedef QSharedPointer<QBuffer> QBufferPtr;
diff --git a/src/core/geometry/qgeometry.h b/src/core/geometry/qgeometry.h
index a619884a0..89b3c7019 100644
--- a/src/core/geometry/qgeometry.h
+++ b/src/core/geometry/qgeometry.h
@@ -42,12 +42,12 @@
#include <Qt3DCore/qnode.h>
#include <Qt3DCore/qt3dcore_global.h>
+#include <Qt3DCore/qattribute.h>
QT_BEGIN_NAMESPACE
namespace Qt3DCore {
-class QAttribute;
class QGeometryPrivate;
class Q_3DCORESHARED_EXPORT QGeometry : public Qt3DCore::QNode