Skip to content

Commit 435bbe0

Browse files
authored
Merge pull request #1 from StarpathRobotics/master
Add missing includes for ubuntu 24.04 compatibility
2 parents 6a94015 + 82c39ed commit 435bbe0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sdk_core/comm/define.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include <functional>
3232
#include <vector>
3333
#include <atomic>
34+
#include <cstdint>
3435

3536
#include "livox_lidar_def.h"
3637

sdk_core/logger_handler/file_manager.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include <string>
2929
#include <vector>
3030
#include <map>
31+
#include <cstdint>
3132

3233
namespace livox {
3334
namespace lidar {

0 commit comments

Comments
 (0)