From 40d9295ae234e07e9df3a696e3146393d2e2d938 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Tue, 26 Dec 2023 18:12:33 +0800 Subject: [PATCH] add ziconv --- src/iflytop/components/ziconv.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/iflytop/components/ziconv.cpp b/src/iflytop/components/ziconv.cpp index 6fa41b4..47b559a 100644 --- a/src/iflytop/components/ziconv.cpp +++ b/src/iflytop/components/ziconv.cpp @@ -1,7 +1,6 @@ -#include "utf8_to_gb2312.hpp" - #include +#include "ziconv.hpp" using namespace iflytop; string ZIconv::utf8_to_gb2312(const std::string& utf8_str) {