Skip to content

Commit 643853e

Browse files
authored
Update SentryCrashMonitor_CPPException.cpp to include exception (#4051)
Update SentryCrashMonitor_CPPException.cpp to include exception
1 parent 1ae5768 commit 643853e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
- Add enableMetricKitRawPayload (#4044)
88

9+
### Fixes
10+
- `SentryCrashMonitor_CPPException.cpp` compilation using Xcode 16b1 (#4051)
11+
912
## 8.28.0
1013

1114
### Features

Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
#include <stdlib.h>
4040
#include <string.h>
4141
#include <typeinfo>
42+
#include <exception>
4243

4344
#define STACKTRACE_BUFFER_LENGTH 30
4445
#define DESCRIPTION_BUFFER_LENGTH 1000

0 commit comments

Comments
 (0)