7
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 commit 7eb07c00a2)

50171749 Fix MSVC build in 17.13.2

Co-authored-by: Jan Wichmann <j-wichmann@gmx.net>
This commit is contained in:
Mark Roszko 2025-02-27 23:42:03 +00:00
parent c4009544a9
commit d7388e2a70

View File

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