Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-core
Commits
4381790c
Commit
4381790c
authored
Aug 08, 2019
by
Joseph Mirabel
Browse files
Fix inclusion of Pinocchio headers (before boost)
parent
441f14d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/spline-path.cc
View file @
4381790c
...
...
@@ -15,6 +15,7 @@
// hpp-core. If not, see <http://www.gnu.org/licenses/>.
#define BOOST_TEST_MODULE spline_path
#include <pinocchio/fwd.hpp>
#include <boost/test/included/unit_test.hpp>
#include <hpp/core/path/spline.hh>
...
...
tests/test-solid-solid-collision.cc
View file @
4381790c
...
...
@@ -17,7 +17,7 @@
// <http://www.gnu.org/licenses/>.
#define BOOST_TEST_MODULE solid_solid_collision
#include <pinocchio/fwd.hpp>
#include <boost/test/included/unit_test.hpp>
#include <limits>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment