Fix MSVC build error for VC 17.13+
(cherry picked from commit7eb07c00a2) 50171749 Fix MSVC build in 17.13.2 Co-authored-by: Jan Wichmann <j-wichmann@gmx.net> (cherry picked from commitd7388e2a70) Co-authored-by: Mark Roszko <mark.roszko@gmail.com>
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include <stdexcept>
|
||||
#if (!defined(_MSC_VER) || (_MSC_VER > 1600))
|
||||
#include <mutex>
|
||||
#include <chrono>
|
||||
#else
|
||||
#pragma warning(disable : 4482) // non-standard
|
||||
#include <boost/thread/lock_guard.hpp>
|
||||
|
||||
Reference in New Issue
Block a user