| commit | 45fd5b751455cca38ea4deb06f8ec73d84bab8f5 | [log] [tgz] |
|---|---|---|
| author | Ryan Prichard <rprichard@google.com> | Fri Sep 08 01:19:53 2023 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Sep 08 01:19:53 2023 +0000 |
| tree | 3ac3450f122afb2e617db0173c0c045cb9875322 | |
| parent | 805b597d1d6cb5dc01c4d02f0a66aa18f4c186d6 [diff] | |
| parent | 9a792ca278e26cc4bc0de2812b83791ee1f67bde [diff] |
Merge "Add missing <iterator> include for std::inserter" into main am: 9a792ca278 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2744334 Change-Id: I819f46fb6cd0a2a16290d96cca2fa8fb76623dcf Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/cmds/idmap2/libidmap2/CommandLineOptions.cpp b/cmds/idmap2/libidmap2/CommandLineOptions.cpp index 8129d99..b1edc18 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>