]> git.pld-linux.org Git - packages/dyninst.git/blame - missing-includes.patch
R: tbb-devel in -devel; rel 3
[packages/dyninst.git] / missing-includes.patch
CommitLineData
9848c5e5
JP
1diff -ur dyninst-12.2.1.orig/instructionAPI/src/AMDGPU/cdna2/InstructionDecoder-amdgpu-cdna2.h dyninst-12.2.1/instructionAPI/src/AMDGPU/cdna2/InstructionDecoder-amdgpu-cdna2.h
2--- dyninst-12.2.1.orig/instructionAPI/src/AMDGPU/cdna2/InstructionDecoder-amdgpu-cdna2.h 2022-11-21 20:46:38.000000000 +0100
3+++ dyninst-12.2.1/instructionAPI/src/AMDGPU/cdna2/InstructionDecoder-amdgpu-cdna2.h 2023-02-19 21:33:54.774376195 +0100
4@@ -33,6 +33,9 @@
5 #include "Immediate.h"
6 #include "dyn_regs.h"
7
8+#include <array>
9+#include <string>
10+
11 namespace Dyninst {
12 namespace InstructionAPI {
13
14diff -ur dyninst-12.2.1.orig/instructionAPI/src/AMDGPU/vega/InstructionDecoder-amdgpu-vega.h dyninst-12.2.1/instructionAPI/src/AMDGPU/vega/InstructionDecoder-amdgpu-vega.h
15--- dyninst-12.2.1.orig/instructionAPI/src/AMDGPU/vega/InstructionDecoder-amdgpu-vega.h 2022-11-21 20:46:38.000000000 +0100
16+++ dyninst-12.2.1/instructionAPI/src/AMDGPU/vega/InstructionDecoder-amdgpu-vega.h 2023-02-19 21:33:48.364566725 +0100
17@@ -33,6 +33,9 @@
18 #include "Immediate.h"
19 #include "dyn_regs.h"
20
21+#include <array>
22+#include <string>
23+
24 namespace Dyninst {
25 namespace InstructionAPI {
26
9ba8cdee
JB
27--- dyninst-12.3.0.orig/instructionAPI/src/InstructionDecoder-aarch64.h 2022-11-21 20:46:38.000000000 +0100
28+++ dyninst-12.3.0/instructionAPI/src/InstructionDecoder-aarch64.h 2023-02-19 21:33:39.774822043 +0100
29@@ -33,6 +33,8 @@
9848c5e5
JP
30 #include "Immediate.h"
31 #include "dyn_regs.h"
32
9848c5e5
JP
33+#include <string>
34+
35 namespace Dyninst {
36 namespace InstructionAPI {
37
This page took 0.354132 seconds and 4 git commands to generate.