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_chewing.cpp | 3 ++- tests/test_phrase.cpp | 3 ++- tests/test_pinyin.cpp | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/test_chewing.cpp b/tests/test_chewing.cpp index 2a2674e..5f1b000 100644 --- a/tests/test_chewing.cpp +++ b/tests/test_chewing.cpp @@ -20,8 +20,9 @@ */ -#include #include "pinyin.h" +#include +#include int main(int argc, char * argv[]){ pinyin_context_t * context = diff --git a/tests/test_phrase.cpp b/tests/test_phrase.cpp index 01cd4cc..ef32d09 100644 --- a/tests/test_phrase.cpp +++ b/tests/test_phrase.cpp @@ -20,8 +20,9 @@ */ -#include #include "pinyin.h" +#include +#include int main(int argc, char * argv[]){ pinyin_context_t * context = 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