fix: compile with libstdc++11

This commit is contained in:
Haowei Wen
2022-02-10 06:16:12 +00:00
parent 9306596a2b
commit fbf1ab0c84
+1
View File
@@ -25,6 +25,7 @@
#ifndef LIVOX_THREAD_BASE_H_
#define LIVOX_THREAD_BASE_H_
#include <atomic>
#include <memory>
#include <thread>
#include "noncopyable.h"