Merge "Include algorithm for suffix_array_index.cc" am: ed2a90db11 am: a7051aca58 am: d0d09bada1 am: 9439cc3d74 am: cbb9c934f5

Original change: https://android-review.googlesource.com/c/platform/external/bsdiff/+/2056640

Change-Id: I65d27ac8706b076b4979045ebec819596b8dd56f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/suffix_array_index.cc b/suffix_array_index.cc
index b02655c..710249c 100644
--- a/suffix_array_index.cc
+++ b/suffix_array_index.cc
@@ -4,6 +4,7 @@
 
 #include "bsdiff/suffix_array_index.h"
 
+#include <algorithm>
 #include <limits>
 #include <vector>