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
This commit is contained in:
Alisdair Meredith 2009-07-08 09:04:19 +00:00
parent 2d76f256f8
commit 13223c98f2

View File

@ -16,6 +16,7 @@
#define LLVM_SUPPORT_ERRORHANDLING_H
#include "llvm/Support/Compiler.h"
#include <string>
namespace llvm {
// An error handler callback.