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

module.hh: include pinocchio/fwd if pinocchio is used

parent c1eb8048
No related branches found
No related tags found
No related merge requests found
#ifndef DYNAMIC_GRAPH_PYTHON_MODULE_HH
#define DYNAMIC_GRAPH_PYTHON_MODULE_HH
#ifdef PINOCCHIO_WITH_URDFDOM
// If pinocchio is used, we have to include pinocchio header before boost mpl
#include <pinocchio/fwd.hpp>
#endif
#include <boost/python.hpp>
#include <boost/mpl/for_each.hpp>
......
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