diff options
| author | Peng Wu <alexepico@gmail.com> | 2013-03-12 13:44:35 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2013-03-12 13:44:35 +0800 |
| commit | 22df46aee568d025e8fb5680bc3c4dc6bfa84829 (patch) | |
| tree | 08cf472c96210739d9aad2221f19b6f276fe3727 /tests | |
| parent | d6cd064a253f33263eea56c11d9f1c6b3c6f550d (diff) | |
fixes pinyin.h
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_pinyin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdlib.h> #include <string.h> +using namespace pinyin; + int main(int argc, char * argv[]){ pinyin_context_t * context = pinyin_init("../data", "../data"); |
