1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-11 13:00:41 +03:00

Add missing <bit> include

This commit is contained in:
Maxime Coste 2024-04-01 11:41:50 +11:00
parent 6626d1cfa6
commit e34735a350

View File

@ -8,6 +8,8 @@
#include "vector.hh"
#include "utils.hh"
#include <bit>
namespace Kakoune
{