Skip to content

Commit b96c81d

Browse files
committed
Include file containing TBB version information
Without it, the `#else` statement always triggers, breaking build for newer TBB version (albeit rare at this point). Signed-off-by: Maciej Małecki <me@mmalecki.com>
1 parent 50e1563 commit b96c81d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openvdb/openvdb/thread/Threading.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/// software doesn't need to provide compile time defines.
2626
#include <tbb/task_arena.h>
2727
#include <tbb/task_group.h>
28+
#include <tbb/version.h>
2829

2930
namespace openvdb {
3031
OPENVDB_USE_VERSION_NAMESPACE

0 commit comments

Comments
 (0)