forked from OSchip/llvm-project
Unbreak build, bring in std::string for GCC 4.3
llvm-svn: 66876
This commit is contained in:
parent
1fb8aedd1e
commit
afc74e2326
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include <cassert>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
namespace llvm {
|
||||
class MemoryBuffer;
|
||||
|
|
Loading…
Reference in New Issue