mirror of
https://github.com/nlohmann/json.git
synced 2026-02-13 13:02:22 +00: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
|
||||
|
||||
|
||||
@@ -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