[PATCH] D111354: [NFC] Including <string> in llvm-cxxdump/Error.cpp

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 7 15:12:04 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG856a07e47ab2: [NFC] Including <string> in llvm-cxxdump/Error.cpp (authored by qiongsiwu1, committed by daltenty).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111354

Files:
  llvm/tools/llvm-cxxdump/Error.cpp


Index: llvm/tools/llvm-cxxdump/Error.cpp
===================================================================
--- llvm/tools/llvm-cxxdump/Error.cpp
+++ llvm/tools/llvm-cxxdump/Error.cpp
@@ -12,6 +12,7 @@
 
 #include "Error.h"
 #include "llvm/Support/ErrorHandling.h"
+#include <string>
 
 using namespace llvm;
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111354.378025.patch
Type: text/x-patch
Size: 312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211007/310afe2b/attachment.bin>


More information about the llvm-commits mailing list