Merge "fs_mgr: IWYU include <algorithm> for std::sort" into main
This commit is contained in:
commit
1784219094
2 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
|
||||
#include <liblp/liblp.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "images.h"
|
||||
#include "utility.h"
|
||||
#include "writer.h"
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
Loading…
Reference in a new issue