Update thread_base.h #217

Open
ellarekow wants to merge 1 commits from ellarekow/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 {