1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00

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>