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

Open
nassir90 wants to merge 1 commits from nassir90/master into master
+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 {