Skip to content

Commit b4b77c9

Browse files
authored
[libcxxabi] Add a missing include for abort()
1 parent de968c8 commit b4b77c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxxabi/src/cxa_default_handlers.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// new_handler.
1010
//===----------------------------------------------------------------------===//
1111

12+
#include <cstdlib>
1213
#include <exception>
1314
#include <new>
1415
#include "abort_message.h"

0 commit comments

Comments
 (0)