Export internal cleanup CL: add missing std::
This commit is contained in:
@@ -397,7 +397,7 @@ bool UpdateCandidateKeys(const StringSet& keys, CriticalKeys* proto,
|
||||
bool support_map_changed = false;
|
||||
for (StringSet::const_iterator i = keys.begin(), end = keys.end(); i != end;
|
||||
++i) {
|
||||
if (support_map.insert(pair<GoogleString, int>(*i, 0)).second) {
|
||||
if (support_map.insert(std::pair<GoogleString, int>(*i, 0)).second) {
|
||||
support_map_changed = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user