commit | 30170b1f4b1670a1fe71eaa5517f25c5e4f77747 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Thu Aug 31 00:14:25 2023 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Thu Aug 31 19:06:45 2023 -0700 |
tree | 70e8f45a4e846c78b8beb3959e7d42d8ca5a6df9 | |
parent | 42d2e51bf78bec72031e5f7a70422851b302d1f4 [diff] [blame] |
Add missing <iterator> include for std::inserter Bug: b/175635923 Test: treehugger Change-Id: I241c8b2b48bb4c616fbc5b4ae1285e274182144b
diff --git a/cmds/idmap2/libidmap2/CommandLineOptions.cpp b/cmds/idmap2/libidmap2/CommandLineOptions.cpp index 888b3a5..2da05b3 100644 --- a/cmds/idmap2/libidmap2/CommandLineOptions.cpp +++ b/cmds/idmap2/libidmap2/CommandLineOptions.cpp
@@ -19,6 +19,7 @@ #include <algorithm> #include <cassert> #include <iomanip> +#include <iterator> #include <memory> #include <ostream> #include <set>