From aade59307b86e8788edf2dd72642e00fab800539 Mon Sep 17 00:00:00 2001 From: Ryuichi Yamamoto Date: Sun, 5 Nov 2023 11:02:12 +0900 Subject: [PATCH] inclkude functional https://github.com/r9y9/pyopenjtalk/issues/69 --- src/mecab/src/dictionary.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mecab/src/dictionary.cpp b/src/mecab/src/dictionary.cpp index 04b080c..847192f 100644 --- a/src/mecab/src/dictionary.cpp +++ b/src/mecab/src/dictionary.cpp @@ -5,6 +5,7 @@ // Copyright(C) 2004-2006 Nippon Telegraph and Telephone Corporation #include #include +#include #include "connector.h" #include "context_id.h" #include "char_property.h"