summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGulfem Savrun Yeniceri <gulfem@google.com>2022-02-23 16:40:09 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-02-23 16:40:09 +0000
commit977be850a0bbdbdb48194eebb9f2c81f8cf89316 (patch)
tree198016b2ac121fcf5f38e75be5855f0de744b4e3
parent33133c8a43faa55e0214b3df61b20b45cb899140 (diff)
parent722d43c2b0912e21a2de05a8e6995a40bfea3ffa (diff)
downloadgwp_asan-977be850a0bbdbdb48194eebb9f2c81f8cf89316.tar.gz
[gwp_asan] Add missing <algorithm> include am: 722d43c2b0
Original change: https://android-review.googlesource.com/c/platform/external/gwp_asan/+/1990857 Change-Id: I037ffce899d0f8099d74c620f9d93759684c51c6
-rw-r--r--gwp_asan/tests/iterate.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gwp_asan/tests/iterate.cpp b/gwp_asan/tests/iterate.cpp
index 2b8635d..49953f3 100644
--- a/gwp_asan/tests/iterate.cpp
+++ b/gwp_asan/tests/iterate.cpp
@@ -8,6 +8,7 @@
#include "gwp_asan/tests/harness.h"
+#include <algorithm>
#include <set>
#include <vector>