Skip to content
Snippets Groups Projects
Commit 0d1db944 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Update Problem

parent ef3c5a7b
No related branches found
No related tags found
No related merge requests found
...@@ -18,12 +18,11 @@ ...@@ -18,12 +18,11 @@
# define HPP_MANIPULATION_PROBLEM_HH # define HPP_MANIPULATION_PROBLEM_HH
# include <hpp/core/problem.hh> # include <hpp/core/problem.hh>
# include <hpp/core/problem-solver.hh> # include <hpp/core/problem-solver.hh> // PathValidationBuilder_t
# include "hpp/manipulation/fwd.hh" # include <hpp/manipulation/fwd.hh>
# include "hpp/manipulation/device.hh" # include <hpp/manipulation/device.hh>
# include "hpp/manipulation/graph/graph.hh" # include <hpp/manipulation/graph/fwd.hh>
# include "hpp/manipulation/graph-path-validation.hh"
namespace hpp { namespace hpp {
namespace manipulation { namespace manipulation {
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include <hpp/manipulation/weighed-distance.hh> #include <hpp/manipulation/weighed-distance.hh>
#include <hpp/manipulation/graph-steering-method.hh> #include <hpp/manipulation/graph-steering-method.hh>
#include <hpp/manipulation/graph-path-validation.hh>
namespace hpp { namespace hpp {
namespace manipulation { namespace manipulation {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment