summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Ryan Prichard <rprichard@google.com> 2023-08-31 00:14:25 -0700
committer Ryan Prichard <rprichard@google.com> 2023-08-31 19:06:45 -0700
commit30170b1f4b1670a1fe71eaa5517f25c5e4f77747 (patch)
tree70e8f45a4e846c78b8beb3959e7d42d8ca5a6df9
parent42d2e51bf78bec72031e5f7a70422851b302d1f4 (diff)
Add missing <iterator> include for std::inserter
Bug: b/175635923 Test: treehugger Change-Id: I241c8b2b48bb4c616fbc5b4ae1285e274182144b
-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 888b3a5b129d..2da05b36b775 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>