summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 03:02:26 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 03:02:26 +0000
commitb84b3e16be5ad35a4cca82e975380c1c1585b4aa (patch)
tree4f60cc104be3c4d98888fedc7529c8ca449fe405
parent55a48080b5c715f2d3a4eb0d9d9b76d4d0963944 (diff)
parent5bd632852c43ba5524b4ba46c6e7e03e77e1ea63 (diff)
downloadbsdiff-android13-qpr1-s1-release.tar.gz
Change-Id: Ie6fd1e4d6281f07abc119dd634f8fd8f852b9818
-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>