From 0daf1466825c5044ec7a86785ba99462298f5015 Mon Sep 17 00:00:00 2001 From: Alex Bilger Date: Thu, 5 Feb 2026 08:43:30 +0100 Subject: [PATCH] include `sofa/core/fwd.h` instead of the forward declaration --- src/sofa/qt/dataGraph/SofaComponentNodeModel.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/sofa/qt/dataGraph/SofaComponentNodeModel.h b/src/sofa/qt/dataGraph/SofaComponentNodeModel.h index 19f7b10..6c8f60d 100644 --- a/src/sofa/qt/dataGraph/SofaComponentNodeModel.h +++ b/src/sofa/qt/dataGraph/SofaComponentNodeModel.h @@ -15,11 +15,7 @@ using QtNodes::NodeDataModel; using QtNodes::PortType; using QtNodes::PortIndex; -namespace sofa::core::objectmodel -{ - class BaseObject; - class BaseData; -} // namespace sofa::core::objectmodel +#include /// The class can potentially incapsulate any user data which /// need to be transferred within the Node Editor graph