summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qeffect_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/qeffect_p.h')
-rw-r--r--src/render/materialsystem/qeffect_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/materialsystem/qeffect_p.h b/src/render/materialsystem/qeffect_p.h
index 716bb76de..39c7d1ecc 100644
--- a/src/render/materialsystem/qeffect_p.h
+++ b/src/render/materialsystem/qeffect_p.h
@@ -53,6 +53,7 @@
#include <private/qnode_p.h>
#include <Qt3DRender/qt3drender_global.h>
+#include <Qt3DRender/private/qt3drender_global_p.h>
QT_BEGIN_NAMESPACE
@@ -62,7 +63,7 @@ class QEffect;
class QParameter;
class QTechnique;
-class QEffectPrivate : public Qt3DCore::QNodePrivate
+class QT3DRENDERSHARED_PRIVATE_EXPORT QEffectPrivate : public Qt3DCore::QNodePrivate
{
public :
QEffectPrivate();