[all-commits] [llvm/llvm-project] 856a07: [NFC] Including <string> in llvm-cxxdump/Error.cpp
David Tenty via All-commits
all-commits at lists.llvm.org
Thu Oct 7 15:12:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 856a07e47ab2fef96c2e32fd28927044dbf90a19
https://github.com/llvm/llvm-project/commit/856a07e47ab2fef96c2e32fd28927044dbf90a19
Author: Qiongsi Wu <qwu at ibm.com>
Date: 2021-10-07 (Thu, 07 Oct 2021)
Changed paths:
M llvm/tools/llvm-cxxdump/Error.cpp
Log Message:
-----------
[NFC] Including <string> in llvm-cxxdump/Error.cpp
A [[ https://reviews.llvm.org/rGf6fa95b77f33c3690e4201e505cb8dce1433abd9 | recent commit ]] removed `<string>` from `ErrorHandling.h`. The removal caused `<string>` to be no longer included for `llvm/tools/llvm-cxxdump/Error.cpp` which uses the string type.
This patch adds `<string>` to `llvm/tools/llvm-cxxdump/Error.cpp`.
Reviewed By: jsji
Differential Revision: https://reviews.llvm.org/D111354
More information about the All-commits
mailing list