Skip to content

Commit f5c0360

Browse files
committed
Merge pull request #2321 from nvmkuruc/taskgroup
Use non-deprecated TBB headers in `pxr/base/work` (Internal change: 2288596)
2 parents e3b6ce5 + 9cff898 commit f5c0360

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pxr/base/work/loops.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include <tbb/blocked_range.h>
3333
#include <tbb/parallel_for.h>
3434
#include <tbb/parallel_for_each.h>
35-
#include <tbb/task.h>
35+
#include <tbb/task_group.h>
3636

3737
PXR_NAMESPACE_OPEN_SCOPE
3838

pxr/base/work/reduce.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
#include <tbb/blocked_range.h>
3333
#include <tbb/parallel_reduce.h>
34-
#include <tbb/task.h>
34+
#include <tbb/task_group.h>
3535

3636
PXR_NAMESPACE_OPEN_SCOPE
3737

0 commit comments

Comments
 (0)