Skip to content

Commit 47d7356

Browse files
committed
Fix compilation in MSVC
1 parent 01a54b6 commit 47d7356

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/runtime_tests_owner_cast_move.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
#include "testing.hpp"
33
#include "tests_common.hpp"
44

5+
// For std::bad_cast
6+
#include <typeinfo>
7+
58
TEMPLATE_LIST_TEST_CASE("owner static_cast move from valid", "[cast],[owner]", owner_types) {
69
memory_tracker mem_track;
710

0 commit comments

Comments
 (0)