diff --git a/include/dynamic_graph_bridge/fwd.hh b/include/dynamic_graph_bridge/fwd.hh index 0a98b01c690693cec5550ef9d4b49a4387919651..b3f172d58954d2e6c7de4d07f34e69b28bdb7818 100644 --- a/include/dynamic_graph_bridge/fwd.hh +++ b/include/dynamic_graph_bridge/fwd.hh @@ -9,12 +9,12 @@ #ifndef DYNAMIC_GRAPH_BRIDGE_FWD_HH #define DYNAMIC_GRAPH_BRIDGE_FWD_HH -#include <dynamic-graph/python/fwd.hh> +#include <dynamic-graph/fwd.hh> namespace dynamicgraph { // classes defined in sot-core class Interpreter; - typedef shared_ptr<Interpreter> InterpreterPtr_t; + typedef std::shared_ptr<Interpreter> InterpreterPtr_t; }// namespace dynamicgraph #endif // DYNAMIC_GRAPH_PYTHON_FWD_HH