summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/framegraphvisitor_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/framegraphvisitor_p.h')
-rw-r--r--src/render/framegraph/framegraphvisitor_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/framegraph/framegraphvisitor_p.h b/src/render/framegraph/framegraphvisitor_p.h
index 5706a169d..0bb6cf0d4 100644
--- a/src/render/framegraph/framegraphvisitor_p.h
+++ b/src/render/framegraph/framegraphvisitor_p.h
@@ -54,6 +54,7 @@
#include <qglobal.h>
#include <Qt3DCore/qaspectjob.h>
+#include <Qt3DRender/private/qt3drender_global_p.h>
#include <QVector>
@@ -66,7 +67,7 @@ class FrameGraphNode;
class Renderer;
class FrameGraphManager;
-class Q_AUTOTEST_EXPORT FrameGraphVisitor
+class Q_3DRENDERSHARED_PRIVATE_EXPORT FrameGraphVisitor
{
public:
explicit FrameGraphVisitor(const FrameGraphManager *nodeManager);