mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 16:30:29 +00:00
Include new.h in shared_ptr.h
Needed for the placement-new in shared_emplace to compile properly.
This commit is contained in:
parent
10f1d06415
commit
84cf113f85
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#include "exception.h"
|
||||
#include "is_convertible.h"
|
||||
#include "is_void.h"
|
||||
#include "new.h"
|
||||
#include "remove_extent.h"
|
||||
#include "unique_ptr.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue