summaryrefslogtreecommitdiff
path: root/test/test_metric_hll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_metric_hll.cpp')
-rw-r--r--test/test_metric_hll.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_metric_hll.cpp b/test/test_metric_hll.cpp
index 643b70a..6d8be58 100644
--- a/test/test_metric_hll.cpp
+++ b/test/test_metric_hll.cpp
@@ -128,7 +128,7 @@ TEST(metric_test_hll, merge_twice_with_reset)
(((uint32_t)(A) & 0x0000ff00) << 8) | \
(((uint32_t)(A) & 0x000000ff) << 24))
#include "base64/b64.h"
-#include "st_hyperloglog.h"
+#include "hyperloglog.h"
TEST(metric_test_hll, serialize_with_b64_and_query)
{
struct fieldstat *instance = test_init_standard_instance_one_cube_one_metric_one_cell_hll();