summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2017-02-07 15:02:55 +0800
committerPeng Wu <alexepico@gmail.com>2017-02-07 15:02:55 +0800
commit8d404a360f3f5e2515cb8b8c7b3f2ea3b4e65580 (patch)
treea7dccd7e043db7db1b3ee0fd3c20b6e7551935c3 /src/include
parent55d7fed35b663fa4acadc42e24a2175c228f7c37 (diff)
downloadlibpinyin-8d404a360f3f5e2515cb8b8c7b3f2ea3b4e65580.tar.gz
libpinyin-8d404a360f3f5e2515cb8b8c7b3f2ea3b4e65580.tar.xz
libpinyin-8d404a360f3f5e2515cb8b8c7b3f2ea3b4e65580.zip
fixes phonetic_lookup_heap.h
Diffstat (limited to 'src/include')
-rw-r--r--src/include/stl_lite.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/stl_lite.h b/src/include/stl_lite.h
index 5ad977d..80ffa89 100644
--- a/src/include/stl_lite.h
+++ b/src/include/stl_lite.h
@@ -41,5 +41,8 @@ namespace std_lite{
using std::pop_heap;
+ using std::push_heap;
+
+
}
#endif