Loading...
Searching...
No Matches
7#ifndef PXR_BASE_WORK_TBB_VERSION_H
8#define PXR_BASE_WORK_TBB_VERSION_H
12#if __has_include(<tbb/tbb_stddef.h>)
13#include <tbb/tbb_stddef.h>
14#elif __has_include(<tbb/version.h>)
15#include <tbb/version.h>
18#ifndef TBB_INTERFACE_VERSION_MAJOR
19#error "TBB version macro TBB_INTERFACE_VERSION_MAJOR not found"