1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-29 07:03:02 +04:00

forgot a header for MSVC

This commit is contained in:
Niels
2015-06-20 17:45:52 +02:00
parent 4fb825dbce
commit 4019380a8a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@
// enable ssize_t for MSVC
#ifdef _MSC_VER
#include <basetsd.h>
using ssize_t = SSIZE_T;
#endif
+1
View File
@@ -38,6 +38,7 @@
// enable ssize_t for MSVC
#ifdef _MSC_VER
#include <basetsd.h>
using ssize_t = SSIZE_T;
#endif