Skip to content
Snippets Groups Projects
Commit 9833f2dd authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/py-hpp-rbprm-corba] Add patch-78

To fix build with some new versions of its dependencies
parent 87c7e546
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
HPP_PACKAGE= hpp-rbprm-corba
HPP_COMMENT= Corba server for RB-PRM
PKGREVISION= 1
CATEGORIES= wip
......
SHA1 (hpp-rbprm-corba-4.10.0.tar.gz) = 1bcf3a826e0c450e7faeee72ec1ccc3fb80dcf9f
RMD160 (hpp-rbprm-corba-4.10.0.tar.gz) = 60b4c152affe070c45fb56154ffbbb4738294726
Size (hpp-rbprm-corba-4.10.0.tar.gz) = 6521750 bytes
SHA1 (patch-78) = daba9ccdaa36b43b57fd42dadd3b56e7064afda8
From e2561f80e27edeb59901346e7244294f8f2e07cc Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Wed, 2 Dec 2020 15:01:58 +0100
Subject: [PATCH] add missing include
---
src/rbprmbuilder.impl.cc | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/rbprmbuilder.impl.cc b/src/rbprmbuilder.impl.cc
index 04c5471..d77d8dd 100644
--- src/rbprmbuilder.impl.cc
+++ src/rbprmbuilder.impl.cc
@@ -50,6 +50,7 @@
#include <hpp/rbprm/contact_generation/reachability.hh>
#include <hpp/pinocchio/urdf/util.hh>
#include "hpp/rbprm/utils/algorithms.h"
+#include <boost/bind.hpp>
#ifdef PROFILE
#include "hpp/rbprm/rbprm-profiler.hh"
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