summaryrefslogtreecommitdiff
path: root/tools/aapt2/compile/NinePatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aapt2/compile/NinePatch.cpp')
-rw-r--r--tools/aapt2/compile/NinePatch.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/aapt2/compile/NinePatch.cpp b/tools/aapt2/compile/NinePatch.cpp
index eab5c97c437c..c931da48c889 100644
--- a/tools/aapt2/compile/NinePatch.cpp
+++ b/tools/aapt2/compile/NinePatch.cpp
@@ -21,10 +21,12 @@
#include <vector>
#include "androidfw/ResourceTypes.h"
+#include "androidfw/StringPiece.h"
-#include "util/StringPiece.h"
#include "util/Util.h"
+using android::StringPiece;
+
namespace aapt {
// Colors in the format 0xAARRGGBB (the way 9-patch expects it).