diff --git a/test/type_index_runtime_cast_test.cpp b/test/type_index_runtime_cast_test.cpp index 546affd..152a4b2 100644 --- a/test/type_index_runtime_cast_test.cpp +++ b/test/type_index_runtime_cast_test.cpp @@ -261,6 +261,8 @@ int main() { const_pointer_interface(); const_reference_interface(); diamond_non_virtual(); + boost_shared_ptr(); + std_shared_ptr(); return boost::report_errors(); }