summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-11 07:01:35 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-11 07:01:35 +0000
commiteda7935d7e9acccec43d45d94ddf768ef60ac48f (patch)
tree4f60cc104be3c4d98888fedc7529c8ca449fe405
parent14740a2b8cf69c039f3535276217a4d5d184ebf0 (diff)
parented2a90db11ed082ec1969d117587426b645303ac (diff)
downloadbsdiff-eda7935d7e9acccec43d45d94ddf768ef60ac48f.tar.gz
Snap for 8433432 from ed2a90db11ed082ec1969d117587426b645303ac to main-cg-testing-release
Change-Id: I489180c468e07652071d49c80569708274c5b6db
-rw-r--r--suffix_array_index.cc1
1 files changed, 1 insertions, 0 deletions
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>