Fix GCC 10 read-only linker error (#6040)

This commit is contained in:
Todd Strader 2025-05-27 10:11:56 -04:00 committed by GitHub
parent 4b041c636f
commit 66259d8909
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -312,6 +312,7 @@ public:
uint32_t ThreadSchedule::s_nextId = 0;
std::unordered_map<const ExecMTask*, ThreadSchedule::MTaskState> ThreadSchedule::mtaskState{};
constexpr double V3ExecGraph::ThreadSchedule::s_threadBoxWidth;
//######################################################################
// PackThreads