[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 10:56:23 PDT 2019


thanm created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

include proper header prior to use of uint8_t typedef.


Repository:
  rG LLVM Github Monorepo

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,7 @@
 #include "llvm/Demangle/DemangleConfig.h"
 #include "llvm/Demangle/StringView.h"
 #include <array>
+#include <cstdint>
 
 namespace llvm {
 namespace itanium_demangle {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64937.210634.patch
Type: text/x-patch
Size: 427 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190718/9973851b/attachment.bin>


More information about the llvm-commits mailing list