tlm: Add some includes to some tlm_utils header files.
authorGabe Black <gabeblack@google.com>
Tue, 26 Feb 2019 04:15:30 +0000 (20:15 -0800)
committerGabe Black <gabeblack@google.com>
Fri, 1 Mar 2019 23:40:52 +0000 (23:40 +0000)
These bring in some pieces that those headers use but were only
coincidentally included by something else when they were used.

Change-Id: I5f119260d8f25d914d8545a60834f23f65f82d0c
Reviewed-on: https://gem5-review.googlesource.com/c/16948
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>

src/systemc/ext/tlm_utils/peq_with_cb_and_phase.h
src/systemc/ext/tlm_utils/simple_initiator_socket.h
src/systemc/ext/tlm_utils/simple_target_socket.h

index 5d87e8b0bc53d3b5efaf8672e4bd858be4eb2580..863e1f75e0d5471572ae6044e839e90f41036662 100644 (file)
@@ -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
 {
index 6b1dbbf0d6312b103951ce36f7cc2194f99a9629..d672747549e467379a3c5f596317018a02c9209d 100644 (file)
@@ -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"
 
index 617ef7c80aed2d482687ba4c8173fd2125db5808..ce377475edc89f75f3a46121fd86a3f7f342d797 100644 (file)
 #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"