mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
[util] Add missing <new> header
The <new> header was previously in one of the util headers, masking that it was missing from these files.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include <new>
|
||||
#include <utility>
|
||||
|
||||
#include <arch/memory.h>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
/// Definition of a simple dynamic vector collection for use in kernel space
|
||||
|
||||
#include <assert.h>
|
||||
#include <new>
|
||||
#include <string.h>
|
||||
#include <utility>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user