commit | cebab4d1cb8e1429c5481da6e4800777a1c3111c | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Fri Sep 08 21:21:46 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Sep 08 21:21:46 2023 +0000 |
tree | 049509cb6861a81da17e348eb20f21b6a5642a44 | |
parent | b2348adbb8137214baca45a338de7219d8528f4b [diff] | |
parent | f8ae1619594dea652dfc2ea3c34a3d909b2c71a6 [diff] |
Merge "Include XmlDom.h for xml::XmlResource" into main
diff --git a/tools/aapt2/compile/InlineXmlFormatParser.h b/tools/aapt2/compile/InlineXmlFormatParser.h index 4300023..3a5161b 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 {