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) {