summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/xmltohb.pl
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2013-10-18 15:09:16 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-21 16:20:18 -0500
commitf34487ced067dc38296a1144709ba24e23b8cb75 (patch)
tree8fc7b32c3042d90c592faa014727c522ac186a99 /src/usr/targeting/common/xmltohb/xmltohb.pl
parent995723d1a67b151621a1a3b968690064047ff029 (diff)
downloadtalos-hostboot-f34487ced067dc38296a1144709ba24e23b8cb75.tar.gz
talos-hostboot-f34487ced067dc38296a1144709ba24e23b8cb75.zip
Fix x86 targeting compile fail
- Added std:: namespace to the metadata map in attribute compiler Change-Id: I0c93783df0e2a790a762757f8aa5ed47af0f1be1 CQ: SW229583 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6751 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/xmltohb/xmltohb.pl')
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/xmltohb.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/targeting/common/xmltohb/xmltohb.pl b/src/usr/targeting/common/xmltohb/xmltohb.pl
index 75b37e6ca..ddf4f8775 100755
--- a/src/usr/targeting/common/xmltohb/xmltohb.pl
+++ b/src/usr/targeting/common/xmltohb/xmltohb.pl
@@ -3357,7 +3357,7 @@ TARGETING::MapSystemAttrSize& mapSystemAttrSize();
/*
* \@brief Typedef map <attr, attSize>
*/
-typedef map<ATTRIBUTE_ID, uint32_t> AttrSizeMapper;
+typedef std::map<ATTRIBUTE_ID, uint32_t> AttrSizeMapper;
class MapSystemAttrSize
{
OpenPOWER on IntegriCloud