Staging commit. Builds, deploys and wheels move.
Need to investigate lidar startup
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
diff --git a/sdk_core/comm/define.h b/sdk_core/comm/define.h
|
||||
index 0872328..28d989b 100644
|
||||
--- a/sdk_core/comm/define.h
|
||||
+++ b/sdk_core/comm/define.h
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <functional>
|
||||
#include <vector>
|
||||
#include <atomic>
|
||||
+#include <cstdint>
|
||||
|
||||
#include "livox_lidar_def.h"
|
||||
|
||||
diff --git a/sdk_core/logger_handler/file_manager.h b/sdk_core/logger_handler/file_manager.h
|
||||
index 242a431..14cd76a 100644
|
||||
--- a/sdk_core/logger_handler/file_manager.h
|
||||
+++ b/sdk_core/logger_handler/file_manager.h
|
||||
@@ -28,6 +28,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
+#include <cstdint>
|
||||
|
||||
namespace livox {
|
||||
namespace lidar {
|
||||
Reference in New Issue
Block a user