From 79740c3a7daf936ed1cc4832fa034089dbbbf6db 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 a80a229c..a6361a03 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