aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-09-08 16:30:10 +0200
committerMartin Ridgers <[email protected]>2021-09-14 14:29:27 +0200
commit837c1952cc7115934cf030f6b6bca199331c3b16 (patch)
tree2467366a940907e33add586eb9e29b117d8fbfba
parentUse endian swapping __builtin_bswap*() with GCC-compatible compilers (diff)
downloadzen-837c1952cc7115934cf030f6b6bca199331c3b16.tar.xz
zen-837c1952cc7115934cf030f6b6bca199331c3b16.zip
Missing include
-rw-r--r--zencore/include/zencore/iohash.h1
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 {