Trial first commit
authorAlisdair Meredith <public@alisdairm.net>
Wed, 8 Jul 2009 09:04:19 +0000 (09:04 +0000)
committerAlisdair 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

index 445d3b6cf0f100cf3931bc3198655dbf83f2bacc..dff5dd86368332e8fad9978b7fc954b55c18cdad 100644 (file)
@@ -16,6 +16,7 @@
 #define LLVM_SUPPORT_ERRORHANDLING_H
 
 #include "llvm/Support/Compiler.h"
+#include <string>
 
 namespace llvm {
   // An error handler callback.