Fix build using GCC 13.1

The <functional> header was missing and the "hash.hh" was not used.
This commit is contained in:
Adrià Arrufat 2023-06-09 21:41:51 +09:00
parent e0728d3434
commit 77ade51a81

View File

@ -2,12 +2,12 @@
#define display_buffer_hh_INCLUDED
#include "face.hh"
#include "hash.hh"
#include "coord.hh"
#include "range.hh"
#include "string.hh"
#include "vector.hh"
#include "hash_map.hh"
#include <functional>
namespace Kakoune
{