mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:29:07 +08:00
12640ddf03
* fix error C2039 and C2504 * update supports * update * update
13 lines
280 B
Diff
13 lines
280 B
Diff
diff --git a/mecab/src/dictionary.h b/mecab/src/dictionary.h
|
|
index 7046023..32ad358 100644
|
|
--- a/mecab/src/dictionary.h
|
|
+++ b/mecab/src/dictionary.h
|
|
@@ -10,6 +10,7 @@
|
|
#include "mmap.h"
|
|
#include "darts.h"
|
|
#include "char_property.h"
|
|
+#include <functional>
|
|
|
|
namespace MeCab {
|
|
|