Skip to content

Commit 7b489df

Browse files
committed
core: add missing include
Related to Eigen
1 parent a82e0fe commit 7b489df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/eigenpy/decompositions/minres.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include "eigenpy/eigenpy.hpp"
99

10+
#include <iostream>
1011
#include <Eigen/Core>
1112
#include <unsupported/Eigen/IterativeSolvers>
1213

0 commit comments

Comments
 (0)