Bug 23051 - Fix build failure on Freebsd with gcc 4.9.

Patch by Craig Rodrigues

llvm-svn: 233478
This commit is contained in:
Sylvestre Ledru 2015-03-28 10:13:47 +00:00
parent 6794238c70
commit ebda55986a
1 changed files with 1 additions and 1 deletions

View File

@ -4887,7 +4887,7 @@ struct string_pair
struct Db
{
typedef String String;
typedef ::String String;
typedef Vector<string_pair> sub_type;
typedef Vector<sub_type> template_param_type;
Vector<string_pair> names;