From f87040a2f43a94db09e6f0145c6878cdd292c36e Mon Sep 17 00:00:00 2001 From: liuxueli Date: Fri, 15 May 2020 17:41:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tsg_entry.h | 1 + src/tsg_statistic.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/tsg_entry.h b/src/tsg_entry.h index 6777163..3bb0d0f 100644 --- a/src/tsg_entry.h +++ b/src/tsg_entry.h @@ -4,6 +4,7 @@ #include #include #include "tsg_rule.h" +#include "tsg_statistic.h" #ifndef MIN diff --git a/src/tsg_statistic.cpp b/src/tsg_statistic.cpp index 67a787a..a0d75b8 100644 --- a/src/tsg_statistic.cpp +++ b/src/tsg_statistic.cpp @@ -8,6 +8,7 @@ #include "tsg_entry.h" #include "tsg_send_log.h" +#include "tsg_statistic.h" #include "tsg_send_log_internal.h" tsg_statis_para_t g_tsg_statis_para;