Skip to content
Snippets Groups Projects
Commit 40304aa0 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

[Minor][C++] Add missing header

parent 9c097897
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
#ifndef __se3_multibody_fwd_hpp__ #ifndef __se3_multibody_fwd_hpp__
#define __se3_multibody_fwd_hpp__ #define __se3_multibody_fwd_hpp__
# include <cstddef> // std::size_t
namespace se3 namespace se3
{ {
typedef std::size_t Index; typedef std::size_t Index;
......
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