summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGulfem Savrun Yeniceri <gulfem@google.com>2022-02-23 17:12:49 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-02-23 17:12:49 +0000
commitc1aa8d6fd898bb270009398f26b44b9398e39ce6 (patch)
tree198016b2ac121fcf5f38e75be5855f0de744b4e3
parent33133c8a43faa55e0214b3df61b20b45cb899140 (diff)
parent977be850a0bbdbdb48194eebb9f2c81f8cf89316 (diff)
downloadgwp_asan-c1aa8d6fd898bb270009398f26b44b9398e39ce6.tar.gz
[gwp_asan] Add missing <algorithm> include am: 722d43c2b0 am: 977be850a0
Original change: https://android-review.googlesource.com/c/platform/external/gwp_asan/+/1990857 Change-Id: I01c45496db61b7cc9bc4d856768351aee92ea824
-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>