summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/files/113cef897712c8b475f668f2bcf77a12db76a90e.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/clang-layer/recipes-opencl/compute-runtime/files/113cef897712c8b475f668f2bcf77a12db76a90e.patch')
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/compute-runtime/files/113cef897712c8b475f668f2bcf77a12db76a90e.patch45
1 files changed, 45 insertions, 0 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/files/113cef897712c8b475f668f2bcf77a12db76a90e.patch b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/files/113cef897712c8b475f668f2bcf77a12db76a90e.patch
new file mode 100644
index 00000000..5edb52d0
--- /dev/null
+++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/files/113cef897712c8b475f668f2bcf77a12db76a90e.patch
@@ -0,0 +1,45 @@
1From a72b1fe0c571c191d857297114e0393ce017b7ab Mon Sep 17 00:00:00 2001
2From: Mateusz Jablonski <mateusz.jablonski@intel.com>
3Date: Wed, 28 Jul 2021 09:25:56 +0000
4Subject: [PATCH] Add missing includes
5
6Signed-off-by: Florian Minnecker <florian.github@minnecker.com>
7Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
8
9Upstream-Status: Backport
10Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
11---
12 shared/source/helpers/basic_math.h | 3 ++-
13 shared/source/helpers/registered_method_dispatcher.h | 1 +
14 2 files changed, 3 insertions(+), 1 deletion(-)
15
16diff --git a/shared/source/helpers/basic_math.h b/shared/source/helpers/basic_math.h
17index fd62b9e6b..f339677eb 100644
18--- a/shared/source/helpers/basic_math.h
19+++ b/shared/source/helpers/basic_math.h
20@@ -11,8 +11,9 @@
21 #include <algorithm>
22 #include <cmath>
23 #include <cstdint>
24+#include <cstdio>
25 #include <cstdlib>
26-#include <stdio.h>
27+#include <limits>
28
29 #define KB 1024uLL
30 #define MB (KB * KB)
31diff --git a/shared/source/helpers/registered_method_dispatcher.h b/shared/source/helpers/registered_method_dispatcher.h
32index 56f880a16..cd778fad0 100644
33--- a/shared/source/helpers/registered_method_dispatcher.h
34+++ b/shared/source/helpers/registered_method_dispatcher.h
35@@ -7,6 +7,7 @@
36
37 #pragma once
38
39+#include <cstddef>
40 #include <cstdint>
41 #include <functional>
42
43--
442.37.3
45