diff options
author | Shauren <shauren.trinity@gmail.com> | 2025-06-11 16:35:31 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2025-06-11 16:35:31 +0200 |
commit | 1ae7cdd512a28a973aaa087f4516baca1cae665b (patch) | |
tree | 9853eecd08e3669ba8143cd9c7bb2d0efd7342a5 /src/common/Debugging | |
parent | 2abf19e83286bdc60765bdc1caf3a78c900e2d99 (diff) |
Core/Common: Update PCH content to include most commonly used headers
Diffstat (limited to 'src/common/Debugging')
-rw-r--r-- | src/common/Debugging/Windows/WheatyExceptionReport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Debugging/Windows/WheatyExceptionReport.h b/src/common/Debugging/Windows/WheatyExceptionReport.h index e24492bb5e2..27eb5753b27 100644 --- a/src/common/Debugging/Windows/WheatyExceptionReport.h +++ b/src/common/Debugging/Windows/WheatyExceptionReport.h @@ -5,7 +5,7 @@ #include "Define.h" #include "Optional.h" -#include <windows.h> +#include <Windows.h> #include <winnt.h> #include <winternl.h> #include <dbghelp.h> |