Added <memory> include, which was removed from thread <thread>

This commit is contained in:
Naza
2023-01-23 20:57:16 +00:00
parent 9306596a2b
commit 2ef8b9f760
+1
View File
@@ -26,6 +26,7 @@
#define LIVOX_THREAD_BASE_H_ #define LIVOX_THREAD_BASE_H_
#include <atomic> #include <atomic>
#include <thread> #include <thread>
#include <memory>
#include "noncopyable.h" #include "noncopyable.h"
namespace livox { namespace livox {