Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
[NFC] include cstdint/string prior to using uint8_t/string
Browse files Browse the repository at this point in the history
Summary: include proper header prior to use of uint8_t typedef
and std::string.

Subscribers: llvm-commits

Reviewers: cherry

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D64937

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366572 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
thanm committed Jul 19, 2019
1 parent 8ea4659 commit e0402b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/llvm/Demangle/MicrosoftDemangleNodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#include "llvm/Demangle/DemangleConfig.h"
#include "llvm/Demangle/StringView.h"
#include <array>
#include <cstdint>
#include <string>

namespace llvm {
namespace itanium_demangle {
Expand Down

0 comments on commit e0402b5

Please sign in to comment.