summaryrefslogtreecommitdiff
path: root/src/systemc/ext/dt/int/_using.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/ext/dt/int/_using.hh')
-rw-r--r--src/systemc/ext/dt/int/_using.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/systemc/ext/dt/int/_using.hh b/src/systemc/ext/dt/int/_using.hh
index 82f64dd25..27840e82e 100644
--- a/src/systemc/ext/dt/int/_using.hh
+++ b/src/systemc/ext/dt/int/_using.hh
@@ -61,4 +61,9 @@ using sc_dt::sc_uint_base;
using sc_dt::sc_unsigned;
using sc_dt::uint64;
+using sc_core::SC_ID_INIT_FAILED_;
+using sc_core::SC_ID_ASSIGNMENT_FAILED_;
+using sc_core::SC_ID_OPERATION_FAILED_;
+using sc_core::SC_ID_CONVERSION_FAILED_;
+
#endif //__SYSTEMC_EXT_DT_INT__USING_HH__