Open NaokiTakahashi12 opened 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.
Hi, When building with GCC (Ubuntu 13.2.0-23ubuntu4) 13.2.0, the following error occurs:
The error appears to be due to a missing include for the header.
This PR adds the necessary include to fix the issue.