File 0001-Replace-ciso646-with-version.patch of Package intel-graphics-compiler
From 5f95e7eff0f344554c6bc395dd4e20f6f95cc00b Mon Sep 17 00:00:00 2001 From: Patrik Jakobsson <patrik.r.jakobsson@gmail.com> Date: Mon, 3 Nov 2025 15:01:07 +0100 Subject: [PATCH] Replace-ciso646-with-version Signed-off-by: Patrik Jakobsson <pjakobsson@suse.de> --- llvm/include/llvm/Support/Threading.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Support/Threading.h b/llvm/include/llvm/Support/Threading.h index ba6c531ab4db..78aa5e7be5b5 100644 --- a/llvm/include/llvm/Support/Threading.h +++ b/llvm/include/llvm/Support/Threading.h @@ -18,7 +18,7 @@ #include "llvm/ADT/StringRef.h" #include "llvm/Config/llvm-config.h" // for LLVM_ON_UNIX #include "llvm/Support/Compiler.h" -#include <ciso646> // So we can check the C++ standard lib macros. +#include <version> // So we can check the C++ standard lib macros. #include <optional> #if defined(_MSC_VER) -- 2.51.1