aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/zencore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zencore/zencore.cpp')
-rw-r--r--src/zencore/zencore.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/zencore/zencore.cpp b/src/zencore/zencore.cpp
index e813a3e6c..db821bff8 100644
--- a/src/zencore/zencore.cpp
+++ b/src/zencore/zencore.cpp
@@ -36,6 +36,10 @@
#include <atomic>
+namespace zen {
+extern void xxhash_forcelink();
+}
+
namespace zen::assert {
void
@@ -264,6 +268,7 @@ zencore_forcelinktests()
zen::cbjson_forcelink();
zen::cbyaml_forcelink();
zen::workthreadpool_forcelink();
+ xxhash_forcelink();
}
} // namespace zen