usbmuxd2: add a missing import of <algorithm> (#369039)

This commit is contained in:
Jonas Heinrich
2024-12-30 02:03:38 +01:00
committed by GitHub
+3
View File
@@ -53,6 +53,9 @@ clangStdenv.mkDerivation rec {
postPatch = ''
# Checking for libgeneral version still fails
sed -i 's/libgeneral >= $LIBGENERAL_MINVERS_STR/libgeneral/' configure.ac
# Otherwise, it will complain about no matching function for call to 'find'
sed -i 1i'#include <algorithm>' usbmuxd2/Muxer.cpp
'';
nativeBuildInputs = [