diff --git a/platform/windows/crash_handler_win.cpp b/platform/windows/crash_handler_win.cpp index 4ecf9ad08e4..60d66c704ca 100644 --- a/platform/windows/crash_handler_win.cpp +++ b/platform/windows/crash_handler_win.cpp @@ -34,9 +34,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")