summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Ryan Prichard <rprichard@google.com> 2023-09-08 03:35:56 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2023-09-08 03:35:56 +0000
commit6ce3f8c5cba1cf5366b1f14cfb580f159ef87e33 (patch)
treecd36c4be523e15ada35d485a98a50f4a89548fb9
parent10c3ca8d702f85c2a6d10f1b080c2eb8aff3c63d (diff)
parent29165ab8efe2b985c545e10883b1a1b0c99dc5ee (diff)
Merge "Add missing <iterator> include for std::inserter" into main am: 9a792ca278 am: 45fd5b7514 am: f30ba10d27 am: 29165ab8ef
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2744334 Change-Id: I2ed7a462b89f80d1b4b70b55fb3c0c525aa441ab Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--cmds/idmap2/libidmap2/CommandLineOptions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/idmap2/libidmap2/CommandLineOptions.cpp b/cmds/idmap2/libidmap2/CommandLineOptions.cpp
index 8129d99650f7..b1edc1891541 100644
--- a/cmds/idmap2/libidmap2/CommandLineOptions.cpp
+++ b/cmds/idmap2/libidmap2/CommandLineOptions.cpp
@@ -20,6 +20,7 @@
#include <cassert>
#include <iomanip>
#include <iostream>
+#include <iterator>
#include <memory>
#include <set>
#include <sstream>