mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix MSVC build error for VC 17.13+
This commit is contained in:
parent
268094320b
commit
7eb07c00a2
@ -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…
x
Reference in New Issue
Block a user