From: Boyuan Yang <byang@debian.org>
Date: Mon, 9 Dec 2024 13:15:07 -0500
Subject: Fix compatibility with librime 1.12

Bug-Debian: https://bugs.debian.org/1089191
---
 src/fcitx-rime.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/fcitx-rime.c b/src/fcitx-rime.c
index aab324e..6de2f68 100644
--- a/src/fcitx-rime.c
+++ b/src/fcitx-rime.c
@@ -6,6 +6,7 @@
 #include <fcitx/module/freedesktop-notify/fcitx-freedesktop-notify.h>
 #include <libintl.h>
 #include <rime_api.h>
+#include <rime_api_deprecated.h>
 
 #define _(x) dgettext("fcitx-rime", (x))
 
