rhbz2173030 cont'd

- backport dyninst upstream commits 0cd2b8b7858 358db4610e49 2e3bf92eedf575
This commit is contained in:
Frank Ch. Eigler 2023-02-23 15:53:39 -05:00
parent 765f434830
commit df818674e3

View File

@ -60,3 +60,29 @@ index 449255ae00b4..3093ece41002 100644
namespace Dyninst {
namespace InstructionAPI {
commit 2e3bf92eedf575c780e4381ae810a050ee404f03
gpg: Signature made Thu 05 Jan 2023 02:13:14 PM EST
gpg: using RSA key 4AEE18F83AFDEB23
gpg: Good signature from "GitHub (web-flow commit signing) <noreply@github.com>" [full]
Author: kupsch <kupsch@cs.wisc.edu>
Date: Thu Jan 5 13:13:14 2023 -0600
add missing include file (#1344)
- add missing #include <deque>
On more platforms and library combinations <deque> is included via
some other header, but there is combination where this is not true
diff --git a/dataflowAPI/src/AbslocInterface.C b/dataflowAPI/src/AbslocInterface.C
index 9d7ad000c2b6..582e64004967 100644
--- a/dataflowAPI/src/AbslocInterface.C
+++ b/dataflowAPI/src/AbslocInterface.C
@@ -29,6 +29,7 @@
*/
+#include <deque>
#include "Absloc.h"
#include "AbslocInterface.h"