Skip to content

Commit

Permalink
Merge pull request #2322 from nvmkuruc/spinmutex
Browse files Browse the repository at this point in the history
Use non-deprecated TBB headers in `pxr/usd/usd/instanceCache.h`

(Internal change: 2288595)
  • Loading branch information
pixar-oss committed Aug 3, 2023
2 parents cc3cba5 + dce47a4 commit e3b6ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pxr/usd/usd/instanceCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "pxr/usd/sdf/path.h"
#include "pxr/base/tf/hashmap.h"

#include <tbb/mutex.h>
#include <tbb/spin_mutex.h>
#include <map>
#include <unordered_map>
#include <vector>
Expand Down

0 comments on commit e3b6ce5

Please sign in to comment.