summarylogtreecommitdiffstats
path: root/onetbb-2019-gcc13.patch
blob: 3bf842a6d2d77d21536f338e40972d3fd938aaae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/tbb/task.h b/include/tbb/task.h
index 8498b20..195f836 100644
--- a/include/tbb/task.h
+++ b/include/tbb/task.h
@@ -230,7 +230,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 /* __TBB_TASK_PRIORITY */