diff options
author | Alisdair Meredith <public@alisdairm.net> | 2009-07-08 09:04:19 +0000 |
---|---|---|
committer | Alisdair Meredith <public@alisdairm.net> | 2009-07-08 09:04:19 +0000 |
commit | 13223c98f2fa63c7d718287313c328a813509839 (patch) | |
tree | 2132b286a8d38a41c66dd7e974255845d11c1621 /include/llvm/Support/ErrorHandling.h | |
parent | 2d76f256f84cc2971c79f8714512a0bc88df9981 (diff) |
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
Diffstat (limited to 'include/llvm/Support/ErrorHandling.h')
-rw-r--r-- | include/llvm/Support/ErrorHandling.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/ErrorHandling.h b/include/llvm/Support/ErrorHandling.h index 445d3b6cf0..dff5dd8636 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 <string> namespace llvm { // An error handler callback. |