diff options
| author | Martin Ridgers <[email protected]> | 2021-09-08 16:30:10 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-09-14 14:29:27 +0200 |
| commit | 837c1952cc7115934cf030f6b6bca199331c3b16 (patch) | |
| tree | 2467366a940907e33add586eb9e29b117d8fbfba /zencore/include | |
| parent | Use endian swapping __builtin_bswap*() with GCC-compatible compilers (diff) | |
| download | zen-837c1952cc7115934cf030f6b6bca199331c3b16.tar.xz zen-837c1952cc7115934cf030f6b6bca199331c3b16.zip | |
Missing include
Diffstat (limited to 'zencore/include')
| -rw-r--r-- | zencore/include/zencore/iohash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zencore/include/zencore/iohash.h b/zencore/include/zencore/iohash.h index aaa638684..fd0f4b2a7 100644 --- a/zencore/include/zencore/iohash.h +++ b/zencore/include/zencore/iohash.h @@ -8,6 +8,7 @@ #include <zencore/blake3.h> #include <zencore/memory.h> +#include <compare> #include <string_view> namespace zen { |