From 8df49857ef632ab03c290df8ee6abe9f436d1d3c Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 6 Feb 2017 14:56:08 +0800 Subject: fixes compile --- src/pinyin_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pinyin_internal.h') diff --git a/src/pinyin_internal.h b/src/pinyin_internal.h index fa20f3c..b102dd9 100644 --- a/src/pinyin_internal.h +++ b/src/pinyin_internal.h @@ -40,6 +40,7 @@ #include "ngram.h" #include "lookup.h" #include "pinyin_lookup2.h" +#include "phonetic_lookup.h" #include "phrase_lookup.h" #include "tag_utility.h" #include "table_info.h" -- cgit