summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGulfem Savrun Yeniceri <gulfem@google.com>2022-02-19 01:05:38 +0000
committerCopybara-Service <copybara-worker@google.com>2022-02-18 17:21:37 -0800
commit722d43c2b0912e21a2de05a8e6995a40bfea3ffa (patch)
tree198016b2ac121fcf5f38e75be5855f0de744b4e3
parent0b40b332ff6da0377d16b380e47b2c36021088e1 (diff)
downloadgwp_asan-722d43c2b0912e21a2de05a8e6995a40bfea3ffa.tar.gz
[gwp_asan] Add missing <algorithm> include
After https://reviews.llvm.org/D119667, <algorithm> is no longer transitively included from various headers. This patch adds the <algorithm> include into gwp_asan. Differential Revision: https://reviews.llvm.org/D120172 GitOrigin-RevId: 4961bb477d0526a7b965609cd42d44caa8413d45 Change-Id: I578c8c4084bb462bab7bb4e5bb1056ea25309978
-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>