summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-opencl/igc/files/4369c970d4e02258b3c53e854faaa34197124a33.patch
blob: 1e7816abe503a88b0c5b4c27afaaf0c9760d10d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 4369c970d4e02258b3c53e854faaa34197124a33 Mon Sep 17 00:00:00 2001
From: Marcin Naczk <marcin.naczk@intel.com>
Date: Tue, 22 Feb 2022 13:09:54 +0000
Subject: [PATCH]  Upgrade github Action build IGC

- Fix build IGC on Ubuntu 22.04 by adding missing include

Upstream-Status: Backport
Part of: https://github.com/intel/intel-graphics-compiler/commit/4369c970d4e02258b3c53e854faaa34197124a33
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
diff --git a/visa/iga/IGALibrary/IR/SWSBSetter.hpp b/visa/iga/IGALibrary/IR/SWSBSetter.hpp
index 6a2de51ee02..4a6fd8735ce 100644
--- a/visa/iga/IGALibrary/IR/SWSBSetter.hpp
+++ b/visa/iga/IGALibrary/IR/SWSBSetter.hpp
@@ -15,6 +15,7 @@ SPDX-License-Identifier: MIT
 #include "Operand.hpp"
 #include "../ErrorHandler.hpp"
 #include "RegDeps.hpp"
+#include <limits>
 
 namespace iga
 {