diff options
| author | Liam Mitchell <[email protected]> | 2025-02-19 00:08:41 +0000 |
|---|---|---|
| committer | Liam Mitchell <[email protected]> | 2025-02-19 00:08:41 +0000 |
| commit | 7e700445334d8d3269bca0bf446ff63211296dce (patch) | |
| tree | 4ae289d6c87aee133defd6ecaf173f4eadb64036 /src/zenstore/chunking.cpp | |
| parent | changelog (diff) | |
| download | zen-7e700445334d8d3269bca0bf446ff63211296dce.tar.xz zen-7e700445334d8d3269bca0bf446ff63211296dce.zip | |
Linux compilation fixes
Diffstat (limited to 'src/zenstore/chunking.cpp')
| -rw-r--r-- | src/zenstore/chunking.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenstore/chunking.cpp b/src/zenstore/chunking.cpp index 30edd322a..71f0a06e4 100644 --- a/src/zenstore/chunking.cpp +++ b/src/zenstore/chunking.cpp @@ -5,6 +5,7 @@ #include <gsl/gsl-lite.hpp> #include <cmath> +#include <cstring> namespace zen::detail { |