From 643853e695fb398478c6af8c0c060b8fde9b3744 Mon Sep 17 00:00:00 2001 From: Brett Best <6104381+Brett-Best@users.noreply.github.com> Date: Tue, 11 Jun 2024 19:42:13 +1000 Subject: [PATCH] Update SentryCrashMonitor_CPPException.cpp to include `exception` (#4051) Update SentryCrashMonitor_CPPException.cpp to include exception --- CHANGELOG.md | 3 +++ .../Recording/Monitors/SentryCrashMonitor_CPPException.cpp | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c52e45769..1a9fe84ec80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ - Add enableMetricKitRawPayload (#4044) +### Fixes +- `SentryCrashMonitor_CPPException.cpp` compilation using Xcode 16b1 (#4051) + ## 8.28.0 ### Features diff --git a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp index 51996c2f4c0..7ab3a473a7a 100644 --- a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp +++ b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp @@ -39,6 +39,7 @@ #include #include #include +#include #define STACKTRACE_BUFFER_LENGTH 30 #define DESCRIPTION_BUFFER_LENGTH 1000