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

Commit fad8b7a1 authored by Christopher Fore's avatar Christopher Fore
Browse files

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: default avatarChristopher Fore <csfore@posteo.net>
parent 142f8129
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>