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