Include header if _MSC_VER

This commit is contained in:
Joost VandeVondele
2020-07-26 20:44:47 +02:00
parent 98ffe0cd97
commit a6c614da03

View File

@@ -41,6 +41,10 @@ typedef bool(*fun3_t)(HANDLE, CONST GROUP_AFFINITY*, PGROUP_AFFINITY);
}
#endif
#if defined(_MSC_VER)
#include <malloc.h>
#endif
#include <fstream>
#include <iomanip>
#include <iostream>