mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-24 03:56:32 +03:00
Add missing cstddef include for ptrdiff_t
This commit is contained in:
parent
3d89ce2db9
commit
f440c31370
@ -2,6 +2,7 @@
|
||||
#define memory_hh_INCLUDED
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstddef>
|
||||
|
||||
#include "assert.hh"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user