Skip to content

Commit

Permalink
[llvm][Demangle][NFC] Fix demangle to work with LIBCPP_REMOVE_TRANSIT…
Browse files Browse the repository at this point in the history
…IVE_INCLUDES
  • Loading branch information
steelannelida committed Mar 20, 2023
1 parent b0c854b commit e62d0e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/include/llvm/Demangle/ItaniumDemangle.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <cstring>
#include <limits>
#include <new>
#include <type_traits>
#include <utility>

DEMANGLE_NAMESPACE_BEGIN
Expand Down

0 comments on commit e62d0e1

Please sign in to comment.