Revert "Remove compare include that seems to break clang"

Looks clang breaks differently when this is not included

This reverts commit 7030b3c47c.
This commit is contained in:
Maxime Coste 2023-01-21 11:27:05 +11:00
parent 702358b559
commit a02bd19533

View File

@ -5,6 +5,7 @@
#include "hash.hh"
#include <type_traits>
#include <compare>
namespace Kakoune
{