From 166e1723bd4677a8b454bb12bf22ed7f4ebac5c5 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 9 Dec 2011 15:17:01 +0800 Subject: port test pinyin/phrase/chewing --- tests/test_pinyin.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/test_pinyin.cpp') diff --git a/tests/test_pinyin.cpp b/tests/test_pinyin.cpp index 3162cb3..f965bdf 100644 --- a/tests/test_pinyin.cpp +++ b/tests/test_pinyin.cpp @@ -20,8 +20,9 @@ */ -#include #include "pinyin.h" +#include +#include int main(int argc, char * argv[]){ pinyin_context_t * context = -- cgit