summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-opencl/igc/files/fix-header.patch
blob: a504f55c15c9dd68fd916f6be91ead9fb0014fce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 4f510460beb630bac74fad399370b76354fdbd65 Mon Sep 17 00:00:00 2001
From: Bruno Pagani <bruno.n.pagani@gmail.com>
Date: Mon, 21 Feb 2022 12:32:25 +0000
Subject: [PATCH]  Fix missing include

Same as 6c805b2

Upstream-Status: Backport
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 visa/LocalScheduler/SWSB_G4IR.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/visa/LocalScheduler/SWSB_G4IR.cpp b/visa/LocalScheduler/SWSB_G4IR.cpp
index 153d8a7dc58..cea75c7faa7 100644
--- a/visa/LocalScheduler/SWSB_G4IR.cpp
+++ b/visa/LocalScheduler/SWSB_G4IR.cpp
@@ -16,6 +16,7 @@ SPDX-License-Identifier: MIT
 #include <algorithm>
 #include <fstream>
 #include <functional>
+#include <limits>
 #include <sstream>
 #include <queue>