summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 15:56:00 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 15:56:00 +0000
commit096c7e06a27b839bd477f98bd1c094afd363cc72 (patch)
tree4f60cc104be3c4d98888fedc7529c8ca449fe405
parent6bf94733ec7d5288246c3b9a0cbf193a91c52f09 (diff)
parent9439cc3d746487ee1c8022ff11a7339056001c7f (diff)
downloadbsdiff-android13-frc-media-swcodec-release.tar.gz
Snap for 8512216 from 9439cc3d746487ee1c8022ff11a7339056001c7f to tm-frc-media-swcodec-releaset_frc_swc_330443040t_frc_swc_330443010android13-frc-media-swcodec-release
Change-Id: Ic6354ad38414d6a4f6fe78fdb9e39d0d72188b2f
-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>