Browse Source

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

pull/886/head
Valentin Radu 4 years ago
parent
commit
83884aa71f
  1. 1
      ExplorerPatcher/dllmain.c

1
ExplorerPatcher/dllmain.c

@ -23,6 +23,7 @@ @@ -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…
Cancel
Save