From: Alisdair Meredith Date: Wed, 8 Jul 2009 09:04:19 +0000 (+0000) Subject: Trial first commit X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=13223c98f2fa63c7d718287313c328a813509839;p=oota-llvm.git 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 --- 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.