diff options
Diffstat (limited to 'contrib/llvm-project/llvm/tools/llvm-cxxdump/Error.cpp')
-rw-r--r-- | contrib/llvm-project/llvm/tools/llvm-cxxdump/Error.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm-project/llvm/tools/llvm-cxxdump/Error.cpp b/contrib/llvm-project/llvm/tools/llvm-cxxdump/Error.cpp index 25317820409c..053d0e0764bc 100644 --- a/contrib/llvm-project/llvm/tools/llvm-cxxdump/Error.cpp +++ b/contrib/llvm-project/llvm/tools/llvm-cxxdump/Error.cpp @@ -12,6 +12,7 @@ #include "Error.h" #include "llvm/Support/ErrorHandling.h" +#include <string> using namespace llvm; |