diff options
| author | Martin Ridgers <[email protected]> | 2021-12-14 14:57:50 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-12-15 09:54:53 +0100 |
| commit | 69f8c1f2229a798a394ff5ed3be8ca87ddf14330 (patch) | |
| tree | 1f4b4d294c1c78bba126701df63c31d3b5c12444 | |
| parent | Missing include (diff) | |
| download | zen-69f8c1f2229a798a394ff5ed3be8ca87ddf14330.tar.xz zen-69f8c1f2229a798a394ff5ed3be8ca87ddf14330.zip | |
Missing include
| -rw-r--r-- | zencore/include/zencore/xxhash.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zencore/include/zencore/xxhash.h b/zencore/include/zencore/xxhash.h index 5407755df..04872f4c3 100644 --- a/zencore/include/zencore/xxhash.h +++ b/zencore/include/zencore/xxhash.h @@ -7,6 +7,8 @@ #include <zencore/memory.h> #include <xxh3.h> + +#include <compare> #include <string_view> namespace zen { |