Added memory include to thread_base

This commit is contained in:
preverte
2023-04-17 16:45:49 +02:00
committed by GitHub
parent 9306596a2b
commit dc6a2d1eda
+1
View File
@@ -26,6 +26,7 @@
#define LIVOX_THREAD_BASE_H_
#include <atomic>
#include <thread>
#include <memory>
#include "noncopyable.h"
namespace livox {