diff options
| author | Martin Ridgers <[email protected]> | 2021-12-14 14:34:07 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-12-15 09:54:53 +0100 |
| commit | 2d1e36eb089a69dea8fd5aa37a45292775accbcf (patch) | |
| tree | ee8b828af187846dbdbf64bdf96436698057441b /zencore/include | |
| parent | Setting include dir paths under an option does not work in xmake >=2.6 (diff) | |
| download | zen-2d1e36eb089a69dea8fd5aa37a45292775accbcf.tar.xz zen-2d1e36eb089a69dea8fd5aa37a45292775accbcf.zip | |
Missing include
Diffstat (limited to 'zencore/include')
| -rw-r--r-- | zencore/include/zencore/refcount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zencore/include/zencore/refcount.h b/zencore/include/zencore/refcount.h index 92ebebcfe..e8a3095f9 100644 --- a/zencore/include/zencore/refcount.h +++ b/zencore/include/zencore/refcount.h @@ -4,6 +4,7 @@ #include "atomic.h" #include "zencore.h" +#include <compare> #include <concepts> namespace zen { |