Skip to content
Snippets Groups Projects
Commit 807330b9 authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Florent Lamiraux florent@laas.fr
Browse files

Fix compilation with HPP_DEBUG option.

parent 7e4f9ff9
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,10 @@ ...@@ -23,6 +23,10 @@
#include <hpp/manipulation/graph/graph.hh> #include <hpp/manipulation/graph/graph.hh>
#include <hpp/manipulation/constraint-set.hh> #include <hpp/manipulation/constraint-set.hh>
#ifdef HPP_DEBUG
# include <hpp/manipulation/graph/state.hh>
#endif
namespace hpp { namespace hpp {
namespace manipulation { namespace manipulation {
GraphPathValidationPtr_t GraphPathValidation::create (const PathValidationPtr_t& pathValidation) GraphPathValidationPtr_t GraphPathValidation::create (const PathValidationPtr_t& pathValidation)
......
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