Skip to content

Commit

Permalink
Restore <exception>'s inclusion of <malloc.h> (#4641)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanTLavavej authored Apr 29, 2024
1 parent 61acd0f commit 8dc4faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stl/inc/exception
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ _STD_END

#if _HAS_EXCEPTIONS

#include <malloc.h> // TRANSITION, VSO-2048380: This is unnecessary, but many projects assume it as of 2024-04-29
#include <vcruntime_exception.h>

_STD_BEGIN
Expand Down

0 comments on commit 8dc4faa

Please sign in to comment.