From 8fad176f5f83f741107d06a9cbe0243da89f8b30 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 13 Jul 2025 11:44:10 +0200 Subject: Core/CrashHandler: Fix nopch build --- src/common/Debugging/Windows/WheatyExceptionReport.cpp | 8 ++++---- src/common/Debugging/Windows/WheatyExceptionReport.h | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'src/common/Debugging') diff --git a/src/common/Debugging/Windows/WheatyExceptionReport.cpp b/src/common/Debugging/Windows/WheatyExceptionReport.cpp index 077c76effd9..87b7eb6f096 100644 --- a/src/common/Debugging/Windows/WheatyExceptionReport.cpp +++ b/src/common/Debugging/Windows/WheatyExceptionReport.cpp @@ -7,8 +7,9 @@ #include "Errors.h" #include "GitRevision.h" #include "Memory.h" -#include #include +#include +#include #include #ifdef __clang__ @@ -16,12 +17,11 @@ #define _ThrowInfo ThrowInfo #endif +#include #include #include -#include #include - -#include +#include #include #define CrashFolder _T("Crashes") diff --git a/src/common/Debugging/Windows/WheatyExceptionReport.h b/src/common/Debugging/Windows/WheatyExceptionReport.h index 5d50a85513e..90e44c07020 100644 --- a/src/common/Debugging/Windows/WheatyExceptionReport.h +++ b/src/common/Debugging/Windows/WheatyExceptionReport.h @@ -6,14 +6,15 @@ #include "Define.h" #include "Optional.h" #include +#include #include #include -#include #include #include -#include -#include #include +#include +#include +#include #define WER_MAX_ARRAY_ELEMENTS_COUNT 10 #define WER_MAX_NESTING_LEVEL 4 -- cgit v1.2.3