Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8ae1619 authored by Ryan Prichard's avatar Ryan Prichard
Browse files

Include XmlDom.h for xml::XmlResource

The ~InlineXmlFormatParser method needs the complete class type so it
can destruct the queue_ field.

Fixes a build failure that happens after upgrading libc++.

Bug: b/175635923
Test: treehugger
Change-Id: I9f8e0c3535f6f015b322e12bdc8484b1b5dda09c
parent c1abb721
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@
#include <vector>

#include "android-base/macros.h"

#include "process/IResourceTableConsumer.h"
#include "xml/XmlDom.h"

namespace aapt {