Michael Buch
24fd3437c3
[lldb][test] TestMetadataRegisters.py: add missing include
The macOS Clang-17 matrix bot was failing with:
```
07:33:28 /Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake-matrix/llvm-project/lldb/test/API/macosx/lc-note/additional-registers/add-lcnote.cpp:79:12: error: implicit instantiation of undefined template 'std::vector<unsigned char>'
07:33:28 79 | payload.resize(payload_str->size(), 0);
07:33:28 | ^
07:33:28 /Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake-matrix/clang_1706_build/include/c++/v1/iosfwd:133:28: note: template is declared here
07:33:28 133 | class _LIBCPP_TEMPLATE_VIS vector;
07:33:28 | ^
07:33:28 /Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake-matrix/llvm-project/lldb/test/API/macosx/lc-note/additional-registers/add-lcnote.cpp:80:19: error: implicit instantiation of undefined template 'std::vector<unsigned char>'
07:33:28 80 | memcpy(payload.data(), payload_str->c_str(), payload_str->size());
07:33:28 | ^
07:33:28 /Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake-matrix/clang_1706_build/include/c++/v1/iosfwd:133:28: note: template is declared here
07:33:28 133 | class _LIBCPP_TEMPLATE_VIS vector;
07:33:28 | ^
07:33:28 /Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake-matrix/llvm-project/lldb/test/API/macosx/lc-note/additional-registers/add-lcnote.cpp:87:12: error: implicit instantiation of undefined template 'std::vector<unsigned char>'
07:33:28 87 | payload.resize(sb.st_size, 0);
07:33:28 | ^
07:33:28 /Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake-matrix/clang_1706_build/include/c++/v1/iosfwd:133:28: note: template is declared here
07:33:28 133 | class _LIBCPP_TEMPLATE_VIS vector;
```
2025-06-30 10:46:17 +01:00
..
2025-02-28 14:59:35 +00:00
2025-05-13 13:32:53 -07:00
2025-02-06 14:50:09 -08:00
2025-02-06 14:50:09 -08:00
2025-04-01 09:54:06 -07:00
2025-02-06 14:50:09 -08:00
2025-02-06 14:50:09 -08:00
2025-06-30 10:46:17 +01:00
2025-03-06 21:29:38 -08:00
2025-05-27 18:41:16 -07:00
2025-02-06 14:50:09 -08:00
2025-04-23 22:10:15 -07:00
2025-06-25 16:38:29 -07:00
2025-02-28 14:59:35 +00:00
2025-02-06 14:50:09 -08:00
2025-04-11 11:46:22 -07:00
2025-02-06 14:50:09 -08:00