Skip to content
Snippets Groups Projects
Commit d16ba140 authored by Julian Tusch's avatar Julian Tusch :no_entry_sign:
Browse files

add includes

parent e737c353
No related branches found
No related tags found
1 merge request!511"fix missing includes from Simox"
Pipeline #22070 failed
This commit is part of merge request !511. Comments created here will be created in the context of that merge request.
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include <SimoxUtility/algorithm/string/string_tools.h> #include <SimoxUtility/algorithm/string/string_tools.h>
#include <VirtualRobot/IK/DifferentialIK.h> #include <VirtualRobot/IK/DifferentialIK.h>
#include <VirtualRobot/Logging.h>
#include <VirtualRobot/MathTools.h> #include <VirtualRobot/MathTools.h>
#include <VirtualRobot/RobotConfig.h> #include <VirtualRobot/RobotConfig.h>
#include <VirtualRobot/RobotNodeSet.h> #include <VirtualRobot/RobotNodeSet.h>
......
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
*/ */
#include "DebugLayerControlWidget.h" #include "DebugLayerControlWidget.h"
#include <VirtualRobot/Logging.h>
#include <RobotAPI/libraries/widgets/ui_DebugLayerControlWidget.h> #include <RobotAPI/libraries/widgets/ui_DebugLayerControlWidget.h>
#define UPDATE_INTERVAL 1.0 // update every second #define UPDATE_INTERVAL 1.0 // update every second
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment