[NFC] Including <string> in llvm-cxxdump/Error.cpp
authorQiongsi Wu <qwu@ibm.com>
Thu, 7 Oct 2021 22:07:30 +0000 (18:07 -0400)
committerDavid Tenty <daltenty@ibm.com>
Thu, 7 Oct 2021 22:11:56 +0000 (18:11 -0400)
commit856a07e47ab2fef96c2e32fd28927044dbf90a19
tree21d6d1f5f61b7992eb2750c27ec4ce90dca6f9c9
parenta4095df44cd402cdd99fccdef83cac867620e179
[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
llvm/tools/llvm-cxxdump/Error.cpp