From 43179f56c32c07d8f107b5f022ae608463817eac Mon Sep 17 00:00:00 2001 From: cheliequan <liequanche@126.com> Date: 星期五, 13 一月 2023 09:49:41 +0800 Subject: [PATCH] 使用模板处理protobuf数组转换 --- main.cpp | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index 8029bd9..e63170f 100644 --- a/main.cpp +++ b/main.cpp @@ -9,8 +9,7 @@ #include "3rdparty/bus_client/cbhomeclient.h" #include "3rdparty/bus_client/message.h" -#include "sysset.h" -#include "rule.h" +#include "dbapi.h" #include "proto/x86_64/sysset.pb.h" #include "proto/x86_64/fileanalysis.pb.h" #include "proto/x86_64/protomsg.pb.h" -- Gitblit v1.8.0