summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qmaterial_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/qmaterial_p.h')
-rw-r--r--src/render/materialsystem/qmaterial_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/materialsystem/qmaterial_p.h b/src/render/materialsystem/qmaterial_p.h
index cf5c99a2f..4368342ed 100644
--- a/src/render/materialsystem/qmaterial_p.h
+++ b/src/render/materialsystem/qmaterial_p.h
@@ -51,6 +51,7 @@
// We mean it.
//
+#include <Qt3DRender/private/qt3drender_global_p.h>
#include <private/qcomponent_p.h>
QT_BEGIN_NAMESPACE
@@ -60,7 +61,7 @@ namespace Qt3DRender {
class QParameter;
class QEffect;
-class QMaterialPrivate : public Qt3DCore::QComponentPrivate
+class QT3DRENDERSHARED_PRIVATE_EXPORT QMaterialPrivate : public Qt3DCore::QComponentPrivate
{
public:
QMaterialPrivate();