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
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>