mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
Fix MSVC build error for VC 17.13+
(cherry picked from commit 7eb07c00a2484cb1b7255238bfd5a9830a92726c) 50171749 Fix MSVC build in 17.13.2 Co-authored-by: Jan Wichmann <j-wichmann@gmx.net>
This commit is contained in:
parent
c4009544a9
commit
d7388e2a70
@ -30,6 +30,7 @@
|
|||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#if (!defined(_MSC_VER) || (_MSC_VER > 1600))
|
#if (!defined(_MSC_VER) || (_MSC_VER > 1600))
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
#include <chrono>
|
||||||
#else
|
#else
|
||||||
#pragma warning(disable : 4482) // non-standard
|
#pragma warning(disable : 4482) // non-standard
|
||||||
#include <boost/thread/lock_guard.hpp>
|
#include <boost/thread/lock_guard.hpp>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user