Skip to content

Commit a9e9727

Browse files
committed
[libcxxabi] Add missing include statement.
Change aade746 updated exception handling in parts of libc++, but forgot to include <exceptions> in cxa_demangle.cpp. This commit corrects that issue.
1 parent e29a253 commit a9e9727

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxxabi/src/cxa_demangle.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <cstdio>
1919
#include <cstdlib>
2020
#include <cstring>
21+
#include <exception>
2122
#include <functional>
2223
#include <numeric>
2324
#include <string_view>

0 commit comments

Comments
 (0)