Unverified Commit d6975bbb authored by Jonas Heinrich's avatar Jonas Heinrich Committed by GitHub
Browse files

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

parents add1b1bb 7ab8b82f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 = [