mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-13 01:10:26 +08:00
add missing include to widnows _getpid
This commit is contained in:
parent
cf73f02eaf
commit
343904b56d
@ -25,6 +25,7 @@
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#include <process.h>
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#include <share.h>
|
||||
|
Loading…
Reference in New Issue
Block a user