summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 01:02:00 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 01:02:00 +0000
commitef0cb3341c42f49fa89c8db680d00a7a1ebcc792 (patch)
tree4f60cc104be3c4d98888fedc7529c8ca449fe405
parent62df152d10b874947072360ef99b2502796d5261 (diff)
parentcbb9c934f5fdc60dc8988f47944501f9668da54b (diff)
downloadbsdiff-android13-d1-s2-release.tar.gz
Change-Id: I2c157de66f046e4c1426387f68695b0cd1f3ebd8
-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>