aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/abstractsoftwarerenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/abstractsoftwarerenderer.h')
-rw-r--r--src/plugins/scenegraph/softwarecontext/abstractsoftwarerenderer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/abstractsoftwarerenderer.h b/src/plugins/scenegraph/softwarecontext/abstractsoftwarerenderer.h
index e08668f8d8..967c2a1c9a 100644
--- a/src/plugins/scenegraph/softwarecontext/abstractsoftwarerenderer.h
+++ b/src/plugins/scenegraph/softwarecontext/abstractsoftwarerenderer.h
@@ -35,6 +35,8 @@
#include <QtCore/QHash>
#include <QtCore/QLinkedList>
+QT_BEGIN_NAMESPACE
+
class QSGSimpleRectNode;
namespace SoftwareContext{
@@ -85,4 +87,6 @@ private:
} // namespace
+QT_END_NAMESPACE
+
#endif // ABSTRACTSOFTWARERENDERER_H