Skip to content

Commit

Permalink
Fix missing cstdint include (#1383)
Browse files Browse the repository at this point in the history
Signed-off-by: yameatmeyourdead <[email protected]>
  • Loading branch information
yameatmeyourdead authored Jun 10, 2023
1 parent e552f15 commit 5f5a583
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#ifndef ROSBAG2_STORAGE__STORAGE_OPTIONS_HPP_
#define ROSBAG2_STORAGE__STORAGE_OPTIONS_HPP_

#include <cstdint>
#include <string>
#include <unordered_map>

Expand Down

0 comments on commit 5f5a583

Please sign in to comment.