// C++17 and newer: // includes tbb headers, which might not be installed. // Only include if tbb is installed. #if __has_include("execution") && __has_include() #include "execution" #endif