commit | d9a3ffa6f8d54122bb5b3dd91c1e1a67fc4bd8fb | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Tue Aug 30 14:24:57 2022 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Wed Aug 31 19:09:21 2022 -0700 |
tree | d038475f4ef2b82b1be1c59df0f6c2937c13de43 | |
parent | a1eb8cf128617791fe521edcf10e00b0d5db0d73 [diff] [blame] |
Add missing cassert includes Bug: http://b/175635923 Test: treehugger Change-Id: I8caf940f7b6e2fdd921516efea4aed14e0c2afb7
diff --git a/cmds/idmap2/libidmap2/Idmap.cpp b/cmds/idmap2/libidmap2/Idmap.cpp index 6515d55..06650f6 100644 --- a/cmds/idmap2/libidmap2/Idmap.cpp +++ b/cmds/idmap2/libidmap2/Idmap.cpp
@@ -17,6 +17,7 @@ #include "idmap2/Idmap.h" #include <algorithm> +#include <cassert> #include <iostream> #include <iterator> #include <limits>