From d93769eee39a8ea1258429a82cec73166f605b04 Mon Sep 17 00:00:00 2001 From: Michael Grupp Date: Tue, 13 Oct 2020 14:37:06 +0200 Subject: [PATCH] Fix includes to follow style guide in playable_bag.h (#1524) Signed-off-by: Michael Grupp --- cartographer_ros/cartographer_ros/playable_bag.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cartographer_ros/cartographer_ros/playable_bag.h b/cartographer_ros/cartographer_ros/playable_bag.h index 52db7df..1ceed06 100644 --- a/cartographer_ros/cartographer_ros/playable_bag.h +++ b/cartographer_ros/cartographer_ros/playable_bag.h @@ -16,12 +16,12 @@ #ifndef CARTOGRAPHER_ROS_CARTOGRAPHER_ROS_PLAYABLE_BAG_H #define CARTOGRAPHER_ROS_CARTOGRAPHER_ROS_PLAYABLE_BAG_H -#include -#include #include #include +#include "cartographer_ros_msgs/BagfileProgress.h" +#include "ros/node_handle.h" #include "rosbag/bag.h" #include "rosbag/view.h" #include "tf2_ros/buffer.h"