mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-27 02:23:26 +03:00
Add missing <new> include
This commit is contained in:
parent
31a9e3b3ff
commit
2415d3f63c
@ -1,8 +1,9 @@
|
||||
#ifndef memory_hh_INCLUDED
|
||||
#define memory_hh_INCLUDED
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstddef>
|
||||
#include <cstdlib>
|
||||
#include <new>
|
||||
#include <utility>
|
||||
|
||||
#include "assert.hh"
|
||||
|
Loading…
Reference in New Issue
Block a user