summaryrefslogtreecommitdiffstats
path: root/tests/storage/test_pinyin_table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/storage/test_pinyin_table.cpp')
-rw-r--r--tests/storage/test_pinyin_table.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/storage/test_pinyin_table.cpp b/tests/storage/test_pinyin_table.cpp
index 659e236..42da434 100644
--- a/tests/storage/test_pinyin_table.cpp
+++ b/tests/storage/test_pinyin_table.cpp
@@ -1,6 +1,12 @@
#include "timer.h"
#include <string.h>
-#include "pinyin_internal.h"
+#include <errno.h>
+#include "novel_types.h"
+#include "pinyin_base.h"
+#include "pinyin_large_table.h"
+#include "phrase_index.h"
+
+using namespace pinyin;
size_t bench_times = 1000;