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