mirror of
https://github.com/nlohmann/json
synced 2025-01-05 23:21:06 +00:00
forgot a header for MSVC
This commit is contained in:
parent
4fb825dbce
commit
4019380a8a
@ -38,6 +38,7 @@
|
||||
|
||||
// enable ssize_t for MSVC
|
||||
#ifdef _MSC_VER
|
||||
#include <basetsd.h>
|
||||
using ssize_t = SSIZE_T;
|
||||
#endif
|
||||
|
||||
|
@ -38,6 +38,7 @@
|
||||
|
||||
// enable ssize_t for MSVC
|
||||
#ifdef _MSC_VER
|
||||
#include <basetsd.h>
|
||||
using ssize_t = SSIZE_T;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user