diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2024-05-09 17:41:02 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2024-05-09 17:41:02 +0000 |
commit | 6ff322008f1b38763ec94cb2737e71a69560f820 (patch) | |
tree | 7dbcbb2d38d3bf6ea0c26160297481dc5122908d | |
parent | 817999872ea552463b9eff1de66cb3a17a33e1c7 (diff) |
chinese/fcitx5-mcbopomofo: Add missing patch
-rw-r--r-- | chinese/fcitx5-mcbopomofo/files/patch-src_KeyHandler.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chinese/fcitx5-mcbopomofo/files/patch-src_KeyHandler.cpp b/chinese/fcitx5-mcbopomofo/files/patch-src_KeyHandler.cpp new file mode 100644 index 000000000000..5a06d228faae --- /dev/null +++ b/chinese/fcitx5-mcbopomofo/files/patch-src_KeyHandler.cpp @@ -0,0 +1,10 @@ +--- src/KeyHandler.cpp.orig 2024-05-06 03:07:04 UTC ++++ src/KeyHandler.cpp +@@ -25,6 +25,7 @@ + + #include <algorithm> + #include <chrono> ++#include <sstream> + #include <utility> + + #include "ChineseNumbers/ChineseNumbers.h" |