mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-26 04:00:05 +00:00
Include sys/types.h for ssize_t
This commit is contained in:
parent
948317b6dd
commit
e5b16e80cc
@ -33,6 +33,8 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
# include <windows.h>
|
||||
#else
|
||||
# include <sys/types.h> // for ssize_t
|
||||
#endif
|
||||
|
||||
#ifndef _MSC_VER
|
||||
|
Loading…
Reference in New Issue
Block a user