diff --git a/ctl/shared_ptr.h b/ctl/shared_ptr.h index d05dad900..2d10835a0 100644 --- a/ctl/shared_ptr.h +++ b/ctl/shared_ptr.h @@ -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"