diff options
Diffstat (limited to 'tools/aapt2/process/SymbolTable.cpp')
-rw-r--r-- | tools/aapt2/process/SymbolTable.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/aapt2/process/SymbolTable.cpp b/tools/aapt2/process/SymbolTable.cpp index 767384d8d956..1a3da73b8ce0 100644 --- a/tools/aapt2/process/SymbolTable.cpp +++ b/tools/aapt2/process/SymbolTable.cpp @@ -25,6 +25,8 @@ #include "ValueVisitor.h" #include "util/Util.h" +using android::StringPiece; + namespace aapt { void SymbolTable::AppendSource(std::unique_ptr<ISymbolSource> source) { |