From cf271f64e7efb87d8857f3b65d6ebe2938a2a5ba Mon Sep 17 00:00:00 2001 From: Florent Lamiraux <florent@laas.fr> Date: Wed, 10 Dec 2014 13:46:51 +0100 Subject: [PATCH] Update to commit 4760d72 in hpp-core Reorganization of dependency tree. --- src/graph/edge.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graph/edge.cc b/src/graph/edge.cc index 74c80bfa..ad542f17 100644 --- a/src/graph/edge.cc +++ b/src/graph/edge.cc @@ -18,7 +18,7 @@ #include <hpp/core/straight-path.hh> #include <hpp/core/path-vector.hh> -#include <hpp/core/differentiable-function.hh> +#include <hpp/constraints/differentiable-function.hh> #include <hpp/util/pointer.hh> -- GitLab