Update thread_base.h

Fixes missing include for std::shared_ptr when building livox-ros2-driver with colcon on Ubuntu 22.04
This commit is contained in:
Daniel Simon
2023-12-26 11:26:21 -08:00
committed by GitHub
parent 9306596a2b
commit 0881ff5dc1
+1
View File
@@ -25,6 +25,7 @@
#ifndef LIVOX_THREAD_BASE_H_
#define LIVOX_THREAD_BASE_H_
#include <atomic>
#include <memory>
#include <thread>
#include "noncopyable.h"