From a02bd195336066c12aef98bda0c0c21a80e277ac Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 21 Jan 2023 11:27:05 +1100 Subject: [PATCH] Revert "Remove compare include that seems to break clang" Looks clang breaks differently when this is not included This reverts commit 7030b3c47c7f8c246c1f830631accd226f7a0bbc. --- src/units.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/units.hh b/src/units.hh index ff4ed882..3bdfe253 100644 --- a/src/units.hh +++ b/src/units.hh @@ -5,6 +5,7 @@ #include "hash.hh" #include +#include namespace Kakoune {