From aa1e6359c4a3bb43f21bee6730c18f892d5977e7 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 22 Mar 2013 11:18:35 +0800 Subject: fixes compile --- tests/test_chewing.cpp | 1 + tests/test_phrase.cpp | 1 + tests/test_pinyin.cpp | 1 + 3 files changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/test_chewing.cpp b/tests/test_chewing.cpp index f74cf02..5a5701f 100644 --- a/tests/test_chewing.cpp +++ b/tests/test_chewing.cpp @@ -21,6 +21,7 @@ #include "pinyin.h" +#include #include #include diff --git a/tests/test_phrase.cpp b/tests/test_phrase.cpp index 72639e1..6e5ef3b 100644 --- a/tests/test_phrase.cpp +++ b/tests/test_phrase.cpp @@ -21,6 +21,7 @@ #include "pinyin.h" +#include #include #include diff --git a/tests/test_pinyin.cpp b/tests/test_pinyin.cpp index 76a235e..f94263b 100644 --- a/tests/test_pinyin.cpp +++ b/tests/test_pinyin.cpp @@ -21,6 +21,7 @@ #include "pinyin.h" +#include #include #include -- cgit