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

Commit d6d8ef71 authored by Elliott Hughes's avatar Elliott Hughes Committed by Automerger Merge Worker
Browse files

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

parents 9820b1d9 17842190
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>