diff --git a/platform/windows/crash_handler_win.cpp b/platform/windows/crash_handler_win.cpp index 9825415c27..619b91f21d 100644 --- a/platform/windows/crash_handler_win.cpp +++ b/platform/windows/crash_handler_win.cpp @@ -36,9 +36,11 @@ // Backtrace code code based on: https://stackoverflow.com/questions/6205981/windows-c-stack-trace-from-a-running-app -#include #include #include +#include + +#include #pragma comment(lib, "psapi.lib") #pragma comment(lib, "dbghelp.lib")