Fix a build error for msvc
The msvc build needs the platform header for the non-standard _snprintf function.
This commit is contained in:
parent
2c7d1fe39f
commit
ea2272d4b0
@ -53,6 +53,7 @@
|
||||
#include "iostream-private.h"
|
||||
#include "iterator-private.h"
|
||||
#include "descriptor-private.h"
|
||||
#include "platform.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define DC_ADDRESS_FORMAT "%012I64X"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user