diff options
Diffstat (limited to 'tools/aapt2/xml/XmlPullParser_test.cpp')
-rw-r--r-- | tools/aapt2/xml/XmlPullParser_test.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/aapt2/xml/XmlPullParser_test.cpp b/tools/aapt2/xml/XmlPullParser_test.cpp index 4f18cd218cd9..1cce4850cac5 100644 --- a/tools/aapt2/xml/XmlPullParser_test.cpp +++ b/tools/aapt2/xml/XmlPullParser_test.cpp @@ -18,8 +18,11 @@ #include <sstream> +#include "androidfw/StringPiece.h" + #include "test/Test.h" -#include "util/StringPiece.h" + +using android::StringPiece; namespace aapt { |