From 8d404a360f3f5e2515cb8b8c7b3f2ea3b4e65580 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 7 Feb 2017 15:02:55 +0800 Subject: fixes phonetic_lookup_heap.h --- src/include/stl_lite.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') 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 -- cgit