Unbreak build, bring in std::string for GCC 4.3

llvm-svn: 66876
This commit is contained in:
Argyrios Kyrtzidis 2009-03-13 08:12:13 +00:00
parent 1fb8aedd1e
commit afc74e2326
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include <cassert>
#include <vector>
#include <string>
namespace llvm {
class MemoryBuffer;