diff options
| author | 2023-09-08 01:19:53 +0000 | |
|---|---|---|
| committer | 2023-09-08 01:19:53 +0000 | |
| commit | 45fd5b751455cca38ea4deb06f8ec73d84bab8f5 (patch) | |
| 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>
| -rw-r--r-- | cmds/idmap2/libidmap2/CommandLineOptions.cpp | 1 |
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> |