From a72593e66dbecb755a9678b73df9ceb59777abc8 Mon Sep 17 00:00:00 2001 From: facetosea <25808407@qq.com> Date: Fri, 2 Feb 2024 14:54:31 +0800 Subject: [PATCH] fix: include head file --- source/client/src/clientSqlMonitor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/client/src/clientSqlMonitor.c b/source/client/src/clientSqlMonitor.c index 911d589096..85458b6960 100644 --- a/source/client/src/clientSqlMonitor.c +++ b/source/client/src/clientSqlMonitor.c @@ -15,6 +15,7 @@ #include "clientInt.h" #include "clientMonitor.h" #include "clientLog.h" +#include "tglobal.h" const char* selectMonitorName = "taos_sql_req:count"; const char* selectMonitorHelp = "count for select sql";