From 01210878081b4e351a755b7b74e0675199d1420e Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 6 Jan 2025 15:27:02 +0000 Subject: [PATCH] Fix compiler error with clang 19 --- src/PYLibPinyin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PYLibPinyin.h b/src/PYLibPinyin.h index 820dd081..f8e08663 100644 --- a/src/PYLibPinyin.h +++ b/src/PYLibPinyin.h @@ -24,6 +24,7 @@ #include #include #include +#include typedef struct _pinyin_context_t pinyin_context_t; typedef struct _pinyin_instance_t pinyin_instance_t;