Windows: Appease capricious MSVC versions with moody headers

Fixes #37799.
Fixes #37986.
This commit is contained in:
Rémi Verschelde
2020-04-26 22:27:04 +02:00
parent 5f645e5d84
commit 4d3a18d9ff
2 changed files with 4 additions and 1 deletions

View File

@ -22,6 +22,7 @@
#include <functional>
#include <thread>
#include <unordered_map>
#include <ostream>
#if !defined(_WIN32) || defined(__MINGW32__)
#include <libgen.h>