Revert "Remove compare include that seems to break clang"

Looks clang breaks differently when this is not included

This reverts commit 7030b3c47c.
main
Maxime Coste 2023-01-21 11:27:05 +11:00
parent 702358b559
commit a02bd19533
1 changed files with 1 additions and 0 deletions

View File

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