summaryrefslogtreecommitdiff
path: root/src/systemc/ext/channel/_using.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/ext/channel/_using.hh')
-rw-r--r--src/systemc/ext/channel/_using.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/systemc/ext/channel/_using.hh b/src/systemc/ext/channel/_using.hh
index 089991faa..307e89f21 100644
--- a/src/systemc/ext/channel/_using.hh
+++ b/src/systemc/ext/channel/_using.hh
@@ -34,8 +34,10 @@
using sc_core::sc_buffer;
-using sc_core::sc_in_clk;
using sc_core::sc_clock;
+using sc_core::sc_in_clk;
+using sc_core::sc_inout_clk;
+using sc_core::sc_out_clk;
using sc_core::sc_event_queue;