Change installation rules to match defaults of vcpkg #215

Closed
PatrickKa wants to merge 20 commits from vcpkg into master
Showing only changes of commit 2c3eb871bc - 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"