Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/16948
Change subject: tlm: Add some includes to some tlm_utils header files.
......................................................................
tlm: Add some includes to some tlm_utils header files.
These bring in some pieces that those headers use but were only
coincidentally included by something else when they were used.
Change-Id: I5f119260d8f25d914d8545a60834f23f65f82d0c
---
M src/systemc/ext/tlm_utils/peq_with_cb_and_phase.h
M src/systemc/ext/tlm_utils/simple_initiator_socket.h
M src/systemc/ext/tlm_utils/simple_target_socket.h
3 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/systemc/ext/tlm_utils/peq_with_cb_and_phase.h
b/src/systemc/ext/tlm_utils/peq_with_cb_and_phase.h
index 5d87e8b..863e1f7 100644
--- a/src/systemc/ext/tlm_utils/peq_with_cb_and_phase.h
+++ b/src/systemc/ext/tlm_utils/peq_with_cb_and_phase.h
@@ -27,6 +27,7 @@
#include "../core/sc_spawn.hh"
#include "../core/sc_time.hh"
#include "../dt/int/sc_nbdefs.hh"
+#include "../tlm_core/2/interfaces/fw_bw_ifs.hh"
namespace tlm_utils
{
diff --git a/src/systemc/ext/tlm_utils/simple_initiator_socket.h
b/src/systemc/ext/tlm_utils/simple_initiator_socket.h
index 6b1dbbf..d672747 100644
--- a/src/systemc/ext/tlm_utils/simple_initiator_socket.h
+++ b/src/systemc/ext/tlm_utils/simple_initiator_socket.h
@@ -25,6 +25,7 @@
#include "../tlm_core/2/generic_payload/gp.hh"
#include "../tlm_core/2/interfaces/fw_bw_ifs.hh"
#include "../tlm_core/2/sockets/initiator_socket.hh"
+#include "../tlm_core/2/sockets/target_socket.hh"
#include "../utils/sc_report_handler.hh"
#include "convenience_socket_bases.h"
diff --git a/src/systemc/ext/tlm_utils/simple_target_socket.h
b/src/systemc/ext/tlm_utils/simple_target_socket.h
index 617ef7c..ce37747 100644
--- a/src/systemc/ext/tlm_utils/simple_target_socket.h
+++ b/src/systemc/ext/tlm_utils/simple_target_socket.h
@@ -23,8 +23,10 @@
#include "../core/sc_event.hh"
#include "../core/sc_module.hh"
#include "../core/sc_port.hh"
+#include "../core/sc_spawn.hh"
#include "../tlm_core/2/generic_payload/gp.hh"
#include "../tlm_core/2/interfaces/fw_bw_ifs.hh"
+#include "../tlm_core/2/sockets/initiator_socket.hh"
#include "../tlm_core/2/sockets/target_socket.hh"
#include "../utils/sc_report_handler.hh"
#include "convenience_socket_bases.h"
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/16948
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I5f119260d8f25d914d8545a60834f23f65f82d0c
Gerrit-Change-Number: 16948
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev