mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-18 19:09:17 +00:00
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:
parent
c90d9b7ebe
commit
8ad2755ae3
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user