Skip to content

Commit

Permalink
include pinocchio before boost
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Mar 24, 2020
1 parent 6ee5b26 commit 4b727aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/odometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
#ifndef ODOMETRY_H_
#define ODOMETRY_H_

#include "pinocchio/fwd.hpp"

#include <boost/accumulators/accumulators.hpp>
#include <boost/accumulators/statistics/stats.hpp>
#include <boost/accumulators/statistics/rolling_mean.hpp>
Expand Down

0 comments on commit 4b727aa

Please sign in to comment.