summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-03-22 11:18:35 +0800
committerPeng Wu <alexepico@gmail.com>2013-03-22 11:18:35 +0800
commitaa1e6359c4a3bb43f21bee6730c18f892d5977e7 (patch)
treec4173da3d0fc90066e8f39d7b508aef51efcab86 /tests
parent2cc2dadc6bf0149f1a0ed386880e3fb4262e3b67 (diff)
downloadlibpinyin-aa1e6359c4a3bb43f21bee6730c18f892d5977e7.tar.gz
libpinyin-aa1e6359c4a3bb43f21bee6730c18f892d5977e7.tar.xz
libpinyin-aa1e6359c4a3bb43f21bee6730c18f892d5977e7.zip
fixes compile
Diffstat (limited to 'tests')
-rw-r--r--tests/test_chewing.cpp1
-rw-r--r--tests/test_phrase.cpp1
-rw-r--r--tests/test_pinyin.cpp1
3 files changed, 3 insertions, 0 deletions
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 <stdio.h>
#include <stdlib.h>
#include <string.h>
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 <stdio.h>
#include <stdlib.h>
#include <string.h>
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 <stdio.h>
#include <stdlib.h>
#include <string.h>