fix(util): assert add tlog.h build

This commit is contained in:
Alex Duan 2022-12-24 10:59:45 +08:00
parent 59462d35fd
commit 61571975e7
1 changed files with 1 additions and 0 deletions

View File

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