Skip to content

Commit 363b7f1

Browse files
bakpaulfredroy
authored andcommitted
Fix missing
1 parent ec3d40a commit 363b7f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

applications/plugins/SofaCUDA/sofa/gpu/gui/CudaDataWidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <sofa/qt/SimpleDataWidget.h>
2727
#include <sofa/qt/TableDataWidget.h>
2828

29-
namespace sofa::gui::qt
29+
namespace sofa::qt
3030
{
3131
using sofa::helper::Creator;
3232
using namespace sofa::type;

applications/plugins/SofaCUDA/sofa/gpu/gui/CudaDataWidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
******************************************************************************/
2222
#pragma once
2323
#include <sofa/gpu/cuda/CudaTypes.h>
24-
#include <sofa/gui/qt/QModelViewTableDataContainer.h>
24+
#include <sofa/qt/QModelViewTableDataContainer.h>
2525

2626
namespace sofa::qt
2727
{

0 commit comments

Comments
 (0)