From 13223c98f2fa63c7d718287313c328a813509839 Mon Sep 17 00:00:00 2001 From: Alisdair Meredith Date: Wed, 8 Jul 2009 09:04:19 +0000 Subject: [PATCH] Trial first commit Fixed build, requires std header before using std::string git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74995 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/ErrorHandling.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/Support/ErrorHandling.h b/include/llvm/Support/ErrorHandling.h index 445d3b6cf0f..dff5dd86368 100644 --- a/include/llvm/Support/ErrorHandling.h +++ b/include/llvm/Support/ErrorHandling.h @@ -16,6 +16,7 @@ #define LLVM_SUPPORT_ERRORHANDLING_H #include "llvm/Support/Compiler.h" +#include namespace llvm { // An error handler callback. -- 2.34.1