Skip to content

fix: Resolve build error with gcc 15 on Linux#69

Open
buresu wants to merge 1 commit into
RoboSense-LiDAR:mainfrom
buresu:fix-gcc-compile
Open

fix: Resolve build error with gcc 15 on Linux#69
buresu wants to merge 1 commit into
RoboSense-LiDAR:mainfrom
buresu:fix-gcc-compile

Conversation

@buresu

@buresu buresu commented Jul 4, 2025

Copy link
Copy Markdown

This fixes the following build error.

driver_param.hpp:41:1: ‘uint16_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding ‘#include <cstdint>’
   40 | #include <unordered_map>
  +++ |+#include <cstdint>
   41 | namespace robosense

jfrascon added a commit to jfrascon/rs_driver that referenced this pull request Jan 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant