Skip to content

Commit 0cbe576

Browse files
Add missing std library in FwdKinModel
1 parent 0014272 commit 0cbe576

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/hand-tracking/src/FwdKinModel.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#include <FwdKinModel.h>
22

33
#include <exception>
4+
#include <iostream>
45
#include <functional>
6+
57
#include <iCub/ctrl/math.h>
68
#include <yarp/math/Math.h>
79
#include <yarp/os/Bottle.h>

0 commit comments

Comments
 (0)