This is an automated email from the ASF dual-hosted git repository.
alsay pushed a commit to branch hll
in repository https://gitbox.apache.org/repos/asf/datasketches-bigquery.git
The following commit(s) were added to refs/heads/hll by this push:
new c5b7029 fixed include path
c5b7029 is described below
commit c5b702964f5aec00f09fdfe59850155221f287b6
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Wed Aug 21 15:01:46 2024 -0700
fixed include path
---
hll/hll_sketch.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hll/hll_sketch.cpp b/hll/hll_sketch.cpp
index 845c35f..a0362da 100644
--- a/hll/hll_sketch.cpp
+++ b/hll/hll_sketch.cpp
@@ -22,7 +22,7 @@
#include <hll.hpp>
-#include "base64.hpp"
+#include "../base64.hpp"
const emscripten::val Uint8Array = emscripten::val::global("Uint8Array");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]