mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
1318345752
ok jca kn
12 lines
334 B
Plaintext
12 lines
334 B
Plaintext
Index: tools/libime_prediction.cpp
|
|
--- tools/libime_prediction.cpp.orig
|
|
+++ tools/libime_prediction.cpp
|
|
@@ -7,6 +7,7 @@
|
|
#include "libime/core/constants.h"
|
|
#include "libime/core/datrie.h"
|
|
#include "libime/core/languagemodel.h"
|
|
+#include <array>
|
|
#include <boost/algorithm/string.hpp>
|
|
#include <cmath>
|
|
#include <fcitx-utils/log.h>
|