Skip to content

Commit be1cb30

Browse files
author
Alisdair Meredith
committed
Trial first commit
Fixed build, requires std header before using std::string llvm-svn: 74995
1 parent 197e5f7 commit be1cb30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/Support/ErrorHandling.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#define LLVM_SUPPORT_ERRORHANDLING_H
1717

1818
#include "llvm/Support/Compiler.h"
19+
#include <string>
1920

2021
namespace llvm {
2122
// An error handler callback.

0 commit comments

Comments
 (0)