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/ResourceUtils.cpp b/cmds/idmap2/libidmap2/ResourceUtils.cpp index e809bf1..32c04d2 100644 --- a/cmds/idmap2/libidmap2/ResourceUtils.cpp +++ b/cmds/idmap2/libidmap2/ResourceUtils.cpp
@@ -17,6 +17,7 @@ #include "idmap2/ResourceUtils.h" #include <memory> +#include <string> #include "androidfw/StringPiece.h" #include "androidfw/Util.h"