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

Than McIntosh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 12:13:13 PDT 2019


thanm updated this revision to Diff 210647.
thanm added a comment.

Add include of <string> as well, also needed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64937

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


Index: llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h
===================================================================
--- llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h
+++ llvm/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.210647.patch
Type: text/x-patch
Size: 446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190718/58526444/attachment.bin>


More information about the llvm-commits mailing list