Merge pull request #7965 from jordan-woyak/condvar-fixes

Minor changes to usages of std::condition_variable.
This commit is contained in:
Connor McLaughlin 2019-04-21 23:50:53 +10:00 committed by GitHub
commit 44d5a71e27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 3 deletions

View file

@ -15,7 +15,6 @@
#pragma once
#include <array>
#include <condition_variable>
#include <memory>
#include <mutex>
#include <string>