summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Ryan Prichard <rprichard@google.com> 2022-08-30 14:24:57 -0700
committer Ryan Prichard <rprichard@google.com> 2022-08-31 19:09:21 -0700
commitd9a3ffa6f8d54122bb5b3dd91c1e1a67fc4bd8fb (patch)
treed038475f4ef2b82b1be1c59df0f6c2937c13de43
parenta1eb8cf128617791fe521edcf10e00b0d5db0d73 (diff)
Add missing cassert includes
Bug: http://b/175635923 Test: treehugger Change-Id: I8caf940f7b6e2fdd921516efea4aed14e0c2afb7
-rw-r--r--cmds/idmap2/libidmap2/CommandLineOptions.cpp1
-rw-r--r--cmds/idmap2/libidmap2/Idmap.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/cmds/idmap2/libidmap2/CommandLineOptions.cpp b/cmds/idmap2/libidmap2/CommandLineOptions.cpp
index 5b0ae92df887..8129d99650f7 100644
--- a/cmds/idmap2/libidmap2/CommandLineOptions.cpp
+++ b/cmds/idmap2/libidmap2/CommandLineOptions.cpp
@@ -17,6 +17,7 @@
#include "idmap2/CommandLineOptions.h"
#include <algorithm>
+#include <cassert>
#include <iomanip>
#include <iostream>
#include <memory>
diff --git a/cmds/idmap2/libidmap2/Idmap.cpp b/cmds/idmap2/libidmap2/Idmap.cpp
index 6515d5516d83..06650f681b24 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>