include windows.h just to be safe

This commit is contained in:
Aaron Miller 2023-07-12 12:04:56 -04:00 committed by AT
parent 95b8fb312e
commit 432b7ebbd7

View File

@ -11,6 +11,7 @@
#include <cstdlib>
#include <sstream>
#ifdef _MSC_VER
#include <windows.h>
#include <processthreadsapi.h>
#endif