We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0ac99 commit bcebbacCopy full SHA for bcebbac
2 files changed
src/InfinyToolkit/HapticEmulator.cpp
@@ -29,7 +29,7 @@
29
30
#include <sofa/core/visual/VisualParams.h>
31
#include <sofa/helper/system/thread/CTime.h>
32
-#include <sofa/simulation/task/MainTaskSchedulerFactory.h>
+#include <sofa/simulation/MainTaskSchedulerFactory.h>
33
34
namespace sofa::infinytoolkit
35
{
src/InfinyToolkit/HapticEmulator.h
@@ -28,8 +28,8 @@
28
#include <sofa/component/controller/Controller.h>
#include <sofa/component/haptics/ForceFeedback.h>
-#include <sofa/simulation/task/TaskScheduler.h>
-#include <sofa/simulation/task/InitTasks.h>
+#include <sofa/simulation/TaskScheduler.h>
+#include <sofa/simulation/InitTasks.h>
#include <sofa/simulation/Node.h>
#include <sofa/component/statecontainer/MechanicalObject.h>
0 commit comments