summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorAlisdair Meredith <public@alisdairm.net>2009-07-08 09:04:19 +0000
committerAlisdair Meredith <public@alisdairm.net>2009-07-08 09:04:19 +0000
commitbe1cb301c2b697e0044e6c448b333c33a068006a (patch)
tree4e0c61e28a4c34ae9e18a76dbb1dea0ba9ee31cf /llvm
parent197e5f7bb7e12c6c3aafe20c2650b8bd2f9a3730 (diff)
downloadbcm5719-llvm-be1cb301c2b697e0044e6c448b333c33a068006a.tar.gz
bcm5719-llvm-be1cb301c2b697e0044e6c448b333c33a068006a.zip
Trial first commit
Fixed build, requires std header before using std::string llvm-svn: 74995
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Support/ErrorHandling.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/ErrorHandling.h b/llvm/include/llvm/Support/ErrorHandling.h
index 445d3b6cf0f..dff5dd86368 100644
--- a/llvm/include/llvm/Support/ErrorHandling.h
+++ b/llvm/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.
OpenPOWER on IntegriCloud