summaryrefslogtreecommitdiff
path: root/src/metrics/python_api.c
diff options
context:
space:
mode:
authorchenzizhan <[email protected]>2024-07-16 15:02:41 +0800
committerchenzizhan <[email protected]>2024-07-16 15:02:41 +0800
commitc488da1f8346baf8d5a0260da9c5934c8dfdfbef (patch)
treef2bb041885543dcfe539b3e9998e630c992f05ef /src/metrics/python_api.c
parenta47ec2b6babe917447909afb777917d48957cd2a (diff)
parent21e75c319bffa19b5f04af51edb74c69ec6e0a94 (diff)
Merge branch 'refactor-heavykeeper-newkey-sswithprimarymetric' into refactor-heavykeeper-newkey
Diffstat (limited to 'src/metrics/python_api.c')
-rw-r--r--src/metrics/python_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metrics/python_api.c b/src/metrics/python_api.c
index 6f25fdf..3f52149 100644
--- a/src/metrics/python_api.c
+++ b/src/metrics/python_api.c
@@ -5,7 +5,7 @@
#include "histogram_encoder.h"
#include "base64/b64.h"
-#include "st_hyperloglog.h"
+#include "hyperloglog.h"
// user must free the buf after use
void *fieldstat_histogram_base64_decode(char *buf)