From 1568cf19f696b549fbb373e7b8f9df0e48be052d Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 13 Oct 2010 15:22:12 +0800 Subject: fixes issues when rename lookup.h to pinyin_lookup.h --- tests/lookup/test_simple_lookup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lookup/test_simple_lookup.cpp') diff --git a/tests/lookup/test_simple_lookup.cpp b/tests/lookup/test_simple_lookup.cpp index 04f4dce..be90316 100644 --- a/tests/lookup/test_simple_lookup.cpp +++ b/tests/lookup/test_simple_lookup.cpp @@ -8,7 +8,7 @@ #include "pinyin_large_table.h" #include "phrase_index.h" #include "ngram.h" -#include "lookup.h" +#include "pinyin_lookup.h" size_t bench_times = 1000; -- cgit