From 22df46aee568d025e8fb5680bc3c4dc6bfa84829 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 12 Mar 2013 13:44:35 +0800 Subject: fixes pinyin.h --- tests/test_pinyin.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/test_pinyin.cpp b/tests/test_pinyin.cpp index 920963a..e0c3f3e 100644 --- a/tests/test_pinyin.cpp +++ b/tests/test_pinyin.cpp @@ -24,6 +24,8 @@ #include #include +using namespace pinyin; + int main(int argc, char * argv[]){ pinyin_context_t * context = pinyin_init("../data", "../data"); -- cgit