This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Add missing <algorithm> include
ClosedPublic

Authored by gulfem on Feb 18 2022, 5:01 PM.

Details

Summary

After https://reviews.llvm.org/D119667, <algorithm> is no longer
transitively included from various headers. This patch adds the
<algorithm> include into scudo.

Diff Detail

Event Timeline

gulfem created this revision.Feb 18 2022, 5:01 PM
gulfem requested review of this revision.Feb 18 2022, 5:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 18 2022, 5:01 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
phosek accepted this revision.Feb 18 2022, 5:05 PM

LGTM

This revision is now accepted and ready to land.Feb 18 2022, 5:05 PM
This revision was landed with ongoing or failed builds.Feb 18 2022, 5:15 PM
This revision was automatically updated to reflect the committed changes.