Fix a build error for msvc

The msvc build needs the platform header for the non-standard _snprintf
function.
This commit is contained in:
Jef Driesen 2018-04-03 20:38:15 +02:00
parent 2c7d1fe39f
commit ea2272d4b0

View File

@ -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"