Fix build using GCC 13.1
The <functional> header was missing and the "hash.hh" was not used.
This commit is contained in:
parent
e0728d3434
commit
77ade51a81
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user