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:
@@ -25,6 +25,7 @@
|
||||
#ifndef LIVOX_THREAD_BASE_H_
|
||||
#define LIVOX_THREAD_BASE_H_
|
||||
#include <atomic>
|
||||
#include <memory>
|
||||
#include <thread>
|
||||
#include "noncopyable.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user