From 61571975e7d1cdc9bb8e29503964cdb696bbb5fa Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Sat, 24 Dec 2022 10:59:45 +0800 Subject: [PATCH] fix(util): assert add tlog.h build --- source/util/src/tdigest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/util/src/tdigest.c b/source/util/src/tdigest.c index 189eaadda7..b46a50b2dc 100644 --- a/source/util/src/tdigest.c +++ b/source/util/src/tdigest.c @@ -27,6 +27,7 @@ #include "tdigest.h" #include "os.h" #include "osMath.h" +#include "tlog.h" #define INTERPOLATE(x, x0, x1) (((x) - (x0)) / ((x1) - (x0))) //#define INTEGRATED_LOCATION(compression, q) ((compression) * (asin(2 * (q) - 1) + M_PI / 2) / M_PI)