diff options
author | Argiris Kirtzidis <akyrtzi@gmail.com> | 2009-03-13 08:12:13 +0000 |
---|---|---|
committer | Argiris Kirtzidis <akyrtzi@gmail.com> | 2009-03-13 08:12:13 +0000 |
commit | 48556aa30b077c6416e3163969c0dd8b0d165e77 (patch) | |
tree | 252e976ee09889ed3049ee4a9fb7f71c4d4d74fc /utils | |
parent | 68c1868c4bdc04cd319ea92662aa5aaccf6ac378 (diff) | |
download | external_llvm-48556aa30b077c6416e3163969c0dd8b0d165e77.zip external_llvm-48556aa30b077c6416e3163969c0dd8b0d165e77.tar.gz external_llvm-48556aa30b077c6416e3163969c0dd8b0d165e77.tar.bz2 |
Unbreak build, bring in std::string for GCC 4.3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66876 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r-- | utils/TableGen/TGSourceMgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/TGSourceMgr.h b/utils/TableGen/TGSourceMgr.h index 33d3c10..257b950 100644 --- a/utils/TableGen/TGSourceMgr.h +++ b/utils/TableGen/TGSourceMgr.h @@ -16,6 +16,7 @@ #include <cassert> #include <vector> +#include <string> namespace llvm { class MemoryBuffer; |