diff options
Diffstat (limited to 'src/systemc/ext/dt/_using.hh')
-rw-r--r-- | src/systemc/ext/dt/_using.hh | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/systemc/ext/dt/_using.hh b/src/systemc/ext/dt/_using.hh index b410cc27b..18b78f179 100644 --- a/src/systemc/ext/dt/_using.hh +++ b/src/systemc/ext/dt/_using.hh @@ -27,9 +27,12 @@ * Authors: Gabe Black */ -#ifndef __SYSTEMC_EXT_CORE__USING_HH__ -#define __SYSTEMC_EXT_CORE__USING_HH__ +#ifndef __SYSTEMC_EXT_DT__USING_HH__ +#define __SYSTEMC_EXT_DT__USING_HH__ +#include "bit/_using.hh" +#include "fx/_using.hh" #include "int/_using.hh" +#include "misc/_using.hh" -#endif //__SYSTEMC_EXT_CORE__USING_HH__ +#endif //__SYSTEMC_EXT_DT__USING_HH__ |