diff options
| author | 2023-09-08 21:21:46 +0000 | |
|---|---|---|
| committer | 2023-09-08 21:21:46 +0000 | |
| commit | cebab4d1cb8e1429c5481da6e4800777a1c3111c (patch) | |
| tree | 049509cb6861a81da17e348eb20f21b6a5642a44 | |
| parent | b2348adbb8137214baca45a338de7219d8528f4b (diff) | |
| parent | f8ae1619594dea652dfc2ea3c34a3d909b2c71a6 (diff) | |
Merge "Include XmlDom.h for xml::XmlResource" into main
| -rw-r--r-- | tools/aapt2/compile/InlineXmlFormatParser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt2/compile/InlineXmlFormatParser.h b/tools/aapt2/compile/InlineXmlFormatParser.h index 4300023e7726..3a5161b828da 100644 --- a/tools/aapt2/compile/InlineXmlFormatParser.h +++ b/tools/aapt2/compile/InlineXmlFormatParser.h @@ -21,8 +21,8 @@ #include <vector> #include "android-base/macros.h" - #include "process/IResourceTableConsumer.h" +#include "xml/XmlDom.h" namespace aapt { |