summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-09 06:17:18 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-09 06:17:18 +0000
commite7494700580bf99366736407e6ad486dfa660a78 (patch)
tree4f60cc104be3c4d98888fedc7529c8ca449fe405
parent1323b3ca9d6f9b0f2219a4754d79c459b288963c (diff)
parent9439cc3d746487ee1c8022ff11a7339056001c7f (diff)
downloadbsdiff-android13-frc-networking-release.tar.gz
Snap for 8558685 from 9439cc3d746487ee1c8022ff11a7339056001c7f to tm-frc-networking-releaset_frc_net_330443000android13-frc-networking-release
Change-Id: Idef1f970a6590ef139a81aaab6ae85f109e45bc9
-rw-r--r--TEST_MAPPING5
-rw-r--r--suffix_array_index.cc1
2 files changed, 6 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 598f4c9..570788d 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -3,5 +3,10 @@
{
"name": "bsdiff_unittest"
}
+ ],
+ "hwasan-postsubmit": [
+ {
+ "name": "bsdiff_unittest"
+ }
]
}
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>