summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Ryan Prichard <rprichard@google.com> 2023-09-08 21:21:46 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-09-08 21:21:46 +0000
commitcebab4d1cb8e1429c5481da6e4800777a1c3111c (patch)
tree049509cb6861a81da17e348eb20f21b6a5642a44
parentb2348adbb8137214baca45a338de7219d8528f4b (diff)
parentf8ae1619594dea652dfc2ea3c34a3d909b2c71a6 (diff)
Merge "Include XmlDom.h for xml::XmlResource" into main
-rw-r--r--tools/aapt2/compile/InlineXmlFormatParser.h2
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 {