Update thread_base.h #214

Open
dbs4261 wants to merge 1 commits from dbs4261/patch-1 into master
Showing only changes of commit 0881ff5dc1 - Show all commits
+1
View File
@@ -25,6 +25,7 @@
#ifndef LIVOX_THREAD_BASE_H_ #ifndef LIVOX_THREAD_BASE_H_
#define LIVOX_THREAD_BASE_H_ #define LIVOX_THREAD_BASE_H_
#include <atomic> #include <atomic>
#include <memory>
#include <thread> #include <thread>
#include "noncopyable.h" #include "noncopyable.h"