This is an archive of the discontinued LLVM Phabricator instance.

[gwp_asan] Add missing <algorithm> include
ClosedPublic

Authored by gulfem on Feb 18 2022, 5:06 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 gwp_asan.

Diff Detail

Event Timeline

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

LGTM

This revision is now accepted and ready to land.Feb 18 2022, 5:09 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.
MaskRay added a subscriber: MaskRay.EditedFeb 18 2022, 5:15 PM

Thanks! You may make such fixes without a review.