1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-02-03 04:57:10 +01:00

Main: Include math.h so that sqrt works in Debug builds as well

This commit is contained in:
Valentin Radu 2022-02-17 23:02:34 +02:00
parent 8b7ea20861
commit 83884aa71f

View File

@ -23,6 +23,7 @@
#pragma comment(lib, "Dbghelp.lib")
#include <tlhelp32.h>
#include <UIAutomationClient.h>
#include <math.h>
#ifdef _WIN64
#include <valinet/pdb/pdb.h>
#endif