Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17842190 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

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

parents 1a97c485 fad8b7a1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@

#include <liblp/liblp.h>

#include <algorithm>

#include "images.h"
#include "utility.h"
#include "writer.h"
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
#include <sys/ioctl.h>
#endif

#include <algorithm>
#include <map>
#include <string>
#include <vector>