Livox-SDK / Livox-SDK2

Drivers for receiving LiDAR data and controlling lidar, support Lidar HAP and Mid-360.
Other
128 stars 88 forks source link

Fix build error with GCC 13.2.0 #83

Open NaokiTakahashi12 opened 4 months ago

NaokiTakahashi12 commented 4 months ago

Hi, When building with GCC (Ubuntu 13.2.0-23ubuntu4) 13.2.0, the following error occurs:

Livox-SDK2/sdk_core/comm/define.h:235:8: error: ‘uint8_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?

The error appears to be due to a missing include for the header. This PR adds the necessary include to fix the issue.