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:
parent
8b7ea20861
commit
83884aa71f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user