Skip to content

Commit 9cff898

Browse files
committed
Use non-deprecated TBB headers in pxr/base/work
1 parent 471c89b commit 9cff898

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)