Compilation fix for newer compiler versions

This commit is contained in:
Wenzel Jakob
2026-02-19 13:59:21 +01:00
parent b05db6ff7d
commit b236385a84
+1 -1
View File
@@ -249,7 +249,7 @@ namespace internal {
#if __TBB_TASK_PRIORITY
//! Pointer to the next offloaded lower priority task.
/** Used to maintain a list of offloaded tasks inside the scheduler. **/
task* next_offloaded;
tbb::task* next_offloaded;
#endif
#if __TBB_PREVIEW_RESUMABLE_TASKS