summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms/fix-gcc13.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-bsp/amt/lms/fix-gcc13.patch')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-bsp/amt/lms/fix-gcc13.patch46
1 files changed, 46 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms/fix-gcc13.patch b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms/fix-gcc13.patch
new file mode 100644
index 00000000..7e5e3bee
--- /dev/null
+++ b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms/fix-gcc13.patch
@@ -0,0 +1,46 @@
1Upstream-Status: Pending
2Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
3
4diff --git a/MEIClient/AMTHIClient/Include/AmtAnsiString.h b/MEIClient/AMTHIClient/Include/AmtAnsiString.h
5index 23114c9..deef61b 100644
6--- a/MEIClient/AMTHIClient/Include/AmtAnsiString.h
7+++ b/MEIClient/AMTHIClient/Include/AmtAnsiString.h
8@@ -12,6 +12,7 @@
9
10 #include <string>
11 #include <vector>
12+#include <cstdint>
13
14 namespace Intel
15 {
16diff --git a/MEIClient/Include/MEIparser.h b/MEIClient/Include/MEIparser.h
17index 0d47bb9..d4ffcd8 100644
18--- a/MEIClient/Include/MEIparser.h
19+++ b/MEIClient/Include/MEIparser.h
20@@ -8,6 +8,7 @@
21 #include "MEIClientException.h"
22 #include <cstring>
23 #include <vector>
24+#include <cstdint>
25
26 namespace Intel
27 {
28diff --git a/UNS/GMS_COMMON/FuncEntryExit.h b/UNS/GMS_COMMON/FuncEntryExit.h
29index 21862ab..7165906 100644
30--- a/UNS/GMS_COMMON/FuncEntryExit.h
31+++ b/UNS/GMS_COMMON/FuncEntryExit.h
32@@ -5,6 +5,7 @@
33 #ifndef FUNCENTRYEXIT_H
34 #define FUNCENTRYEXIT_H
35 #include "GMSCommonDllExport.h"
36+#include <cstdint>
37
38 GMS_COMMON_EXPORT void FlowLog(const wchar_t *name, const wchar_t *pref, const wchar_t *func);
39 GMS_COMMON_EXPORT void FuncEntry(const wchar_t *name, const wchar_t *func);
40@@ -48,4 +49,4 @@ private:
41 const wchar_t * name_;
42 const wchar_t * func_;
43 };
44-#endif // FUNCENTRYEXIT_H
45\ No newline at end of file
46+#endif // FUNCENTRYEXIT_H