From: Argyrios Kyrtzidis Date: Fri, 13 Mar 2009 08:12:13 +0000 (+0000) Subject: Unbreak build, bring in std::string for GCC 4.3 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1d876b70f2ab43d20565fa49063b345c15cc65bd;p=oota-llvm.git 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 --- diff --git a/utils/TableGen/TGSourceMgr.h b/utils/TableGen/TGSourceMgr.h index 33d3c109152..257b950efa5 100644 --- a/utils/TableGen/TGSourceMgr.h +++ b/utils/TableGen/TGSourceMgr.h @@ -16,6 +16,7 @@ #include #include +#include namespace llvm { class MemoryBuffer;