diff --git a/.github/workflows/sycl-linux-build.yml b/.github/workflows/sycl-linux-build.yml index fb593ee00b3eb..053a4a4ae3475 100644 --- a/.github/workflows/sycl-linux-build.yml +++ b/.github/workflows/sycl-linux-build.yml @@ -93,11 +93,13 @@ on: type: choice options: - "[]" + - '[sycl]' - '[llvm, clang, sycl, llvm_spirv, xptifw, libclc]' build_image: type: choice options: - 'ghcr.io/intel/llvm/sycl_ubuntu2404_nightly:latest' + - 'ghcr.io/intel/llvm/ubuntu2204_build:latest' cc: type: choice options: diff --git a/sycl/include/syclcompat/traits.hpp b/sycl/include/syclcompat/traits.hpp index 8eb1fbdc2f7cc..502fd979d0066 100644 --- a/sycl/include/syclcompat/traits.hpp +++ b/sycl/include/syclcompat/traits.hpp @@ -32,6 +32,7 @@ #include #include #include +#include #include namespace [[deprecated("syclcompat is deprecated")]] syclcompat {