[PATCH] D64937: [NFC] include cstdint prior to using uint8_t

Than McIntosh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 19 06:17:46 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL366572: [NFC] include cstdint/string prior to using uint8_t/string (authored by thanm, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D64937?vs=210647&id=210815#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64937/new/

https://reviews.llvm.org/D64937

Files:
  llvm/trunk/include/llvm/Demangle/MicrosoftDemangleNodes.h


Index: llvm/trunk/include/llvm/Demangle/MicrosoftDemangleNodes.h
===================================================================
--- llvm/trunk/include/llvm/Demangle/MicrosoftDemangleNodes.h
+++ llvm/trunk/include/llvm/Demangle/MicrosoftDemangleNodes.h
@@ -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 {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64937.210815.patch
Type: text/x-patch
Size: 464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190719/0ceca47c/attachment.bin>


More information about the llvm-commits mailing list