summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-04-07 02:57:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-04-07 02:57:17 +0000
commited2a90db11ed082ec1969d117587426b645303ac (patch)
tree4f60cc104be3c4d98888fedc7529c8ca449fe405
parentbaf61cd34a4140ad81d7981ef48369625694d088 (diff)
parent59d9293378c5a3987c9fb5ca9e5557ce2f41dd21 (diff)
downloadbsdiff-ed2a90db11ed082ec1969d117587426b645303ac.tar.gz
Merge "Include algorithm for suffix_array_index.cc"
-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>