Include new.h in shared_ptr.h

Needed for the placement-new in shared_emplace to compile properly.
This commit is contained in:
Steven Dee (Jōshin) 2024-08-28 14:38:41 -07:00
parent 10f1d06415
commit 84cf113f85
No known key found for this signature in database

View file

@ -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"