summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/memoryindex/compact_words_store
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/memoryindex/compact_words_store')
-rw-r--r--searchlib/src/tests/memoryindex/compact_words_store/compact_words_store_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchlib/src/tests/memoryindex/compact_words_store/compact_words_store_test.cpp b/searchlib/src/tests/memoryindex/compact_words_store/compact_words_store_test.cpp
index 04d66396f90..a78e4dead86 100644
--- a/searchlib/src/tests/memoryindex/compact_words_store/compact_words_store_test.cpp
+++ b/searchlib/src/tests/memoryindex/compact_words_store/compact_words_store_test.cpp
@@ -11,6 +11,7 @@
using namespace search;
using namespace search::datastore;
using namespace search::memoryindex;
+using vespalib::MemoryUsage;
typedef CompactWordsStore::Builder Builder;
typedef CompactWordsStore::Iterator Iterator;