Merge pull request #1266 from alexmiller-apple/buildfix

Fix part of the windows build by adding a header
This commit is contained in:
Balachandar Namasivayam 2019-03-08 22:58:26 -08:00 committed by GitHub
commit 0dfca4435b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@
#ifdef _WIN32
#define NOMINMAX
#include <windows.h>
#include <winioctl.h>
#include <io.h>
#include <psapi.h>
#include <stdio.h>