summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 01:03:00 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 01:03:00 +0000
commit37f2ab11ca9c215d976afa0f7faad586669aef5a (patch)
tree4f60cc104be3c4d98888fedc7529c8ca449fe405
parente83f08e58016beb2d1a4549ac83f2cfcf6a1be27 (diff)
parent9439cc3d746487ee1c8022ff11a7339056001c7f (diff)
downloadbsdiff-android13-tests-release.tar.gz
Change-Id: I3def56ffaa71cbbe56d524c31a5a7446acb94b99
-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>