Skip to content

Commit 9480c65

Browse files
committed
[DQ_SerialManipulator.h] include the vector header to check if it solves the compilation on Ubuntu.
1 parent 5f316b2 commit 9480c65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/dqrobotics/robot_modeling/DQ_SerialManipulator.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This file is part of DQ Robotics.
2828

2929
#include <dqrobotics/robot_modeling/DQ_Kinematics.h>
3030
#include <dqrobotics/robot_modeling/DQ_JointType.h>
31+
#include <vector>
3132

3233
namespace DQ_robotics
3334
{

0 commit comments

Comments
 (0)