mirror of
https://github.com/nlohmann/json.git
synced 2025-07-13 20:21:48 +03:00
forgot a header for MSVC
This commit is contained in:
@ -38,6 +38,7 @@
|
||||
|
||||
// enable ssize_t for MSVC
|
||||
#ifdef _MSC_VER
|
||||
#include <basetsd.h>
|
||||
using ssize_t = SSIZE_T;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user