Skip to content

Commit

Permalink
[Test/Version] Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Aug 28, 2018
1 parent 965e240 commit 61b5d89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unittest/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
#include <pinocchio/macros.hpp>
#include <pinocchio/utils/version.hpp>

#include <boost/test/unit_test.hpp>
#include <boost/utility/binary.hpp>

BOOST_AUTO_TEST_SUITE(BOOST_TEST_MODULE)

BOOST_AUTO_TEST_CASE(test_version)
Expand Down

0 comments on commit 61b5d89

Please sign in to comment.