commit | fad8b7a1309c3abde121e9a4022a31342bbd2673 | [log] [tgz] |
---|---|---|
author | Christopher Fore <csfore@posteo.net> | Mon Nov 20 15:19:12 2023 -0500 |
committer | Christopher Fore <csfore@posteo.net> | Mon Nov 27 14:55:19 2023 -0500 |
tree | 35f01cc325d87b6f78cccf414cf352eba46cbd15 | |
parent | 142f8129ec49a2b25f8c8979ca671a140f83d4b9 [diff] |
fs_mgr: IWYU include <algorithm> for std::sort GCC 14 starts to no longer include <algorithm> by default, resulting in it needing to be explicitly declared. Test: Recompiled with GCC 14 and succeeded Change-Id: Ifc5dd58b7476ba728ae604cd2924cb68fbcab701 Signed-off-by: Christopher Fore <csfore@posteo.net>