commit | 1195a6bd465872639c9a7b83518affc1b1fcf485 | [log] [tgz] |
---|---|---|
author | MÃ¥rten Kongstad <marten.kongstad@volvocars.com> | Tue May 11 12:57:01 2021 +0000 |
committer | Ryan Mitchell <rtmitchell@google.com> | Wed Jun 02 21:55:28 2021 +0000 |
tree | 7a6067a5514207c8f291d031f318f4b2df7215b8 | |
parent | 99ae898d3cc484de91bd8df6c93514c25f0b0dce [diff] [blame] |
idmap2: fix cpplint warnings Bug: 189963636 Test: frameworks/base/cmds/idmap2/static-checks.sh Change-Id: I6da18cdbbd2fc33db711696445230a9f316dc143
diff --git a/cmds/idmap2/libidmap2/RawPrintVisitor.cpp b/cmds/idmap2/libidmap2/RawPrintVisitor.cpp index a016a36..779538c 100644 --- a/cmds/idmap2/libidmap2/RawPrintVisitor.cpp +++ b/cmds/idmap2/libidmap2/RawPrintVisitor.cpp
@@ -18,6 +18,8 @@ #include <algorithm> #include <cstdarg> +#include <string> +#include <utility> #include "android-base/macros.h" #include "android-base/stringprintf.h"