[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:
@@ -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