Merge "fs_mgr: IWYU include <algorithm> for std::sort" into main

This commit is contained in:
Elliott Hughes 2023-12-01 22:22:34 +00:00 committed by Gerrit Code Review
commit 1784219094
2 changed files with 3 additions and 0 deletions

View file

@ -17,6 +17,8 @@
#include <liblp/liblp.h>
#include <algorithm>
#include "images.h"
#include "utility.h"
#include "writer.h"

View file

@ -25,6 +25,7 @@
#include <sys/ioctl.h>
#endif
#include <algorithm>
#include <map>
#include <string>
#include <vector>