projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d76f25
)
Trial first commit
author
Alisdair Meredith
<public@alisdairm.net>
Wed, 8 Jul 2009 09:04:19 +0000
(09:04 +0000)
committer
Alisdair Meredith
<public@alisdairm.net>
Wed, 8 Jul 2009 09:04:19 +0000
(09:04 +0000)
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
patch
|
blob
|
history
diff --git
a/include/llvm/Support/ErrorHandling.h
b/include/llvm/Support/ErrorHandling.h
index 445d3b6cf0f100cf3931bc3198655dbf83f2bacc..dff5dd86368332e8fad9978b7fc954b55c18cdad 100644
(file)
--- 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.