diff options
author | Peng Wu <alexepico@gmail.com> | 2013-03-22 11:18:35 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2013-03-22 11:18:35 +0800 |
commit | aa1e6359c4a3bb43f21bee6730c18f892d5977e7 (patch) | |
tree | c4173da3d0fc90066e8f39d7b508aef51efcab86 /tests/test_chewing.cpp | |
parent | 2cc2dadc6bf0149f1a0ed386880e3fb4262e3b67 (diff) | |
download | libpinyin-aa1e6359c4a3bb43f21bee6730c18f892d5977e7.tar.gz libpinyin-aa1e6359c4a3bb43f21bee6730c18f892d5977e7.tar.xz libpinyin-aa1e6359c4a3bb43f21bee6730c18f892d5977e7.zip |
fixes compile
Diffstat (limited to 'tests/test_chewing.cpp')
-rw-r--r-- | tests/test_chewing.cpp | 1 |
1 files changed, 1 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> |