Skip to content

Commit

Permalink
Merge pull request #1459 from nim65s/devel
Browse files Browse the repository at this point in the history
[Tests] add missing include
  • Loading branch information
jcarpent authored Jun 14, 2021
2 parents 25035e4 + 7190028 commit 52f01cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unittest/liegroups.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <boost/test/unit_test.hpp>
#include <boost/utility/binary.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/mpl/vector.hpp>

#define EIGEN_VECTOR_IS_APPROX(Va, Vb, precision) \
BOOST_CHECK_MESSAGE((Va).isApprox(Vb, precision), \
Expand Down

0 comments on commit 52f01cb

Please sign in to comment.