summaryrefslogtreecommitdiff
path: root/src/systemc/ext/dt/_dt.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/ext/dt/_dt.hh')
-rw-r--r--src/systemc/ext/dt/_dt.hh9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/systemc/ext/dt/_dt.hh b/src/systemc/ext/dt/_dt.hh
index f141e8591..5f21341d9 100644
--- a/src/systemc/ext/dt/_dt.hh
+++ b/src/systemc/ext/dt/_dt.hh
@@ -27,9 +27,12 @@
* Authors: Gabe Black
*/
-#ifndef __SYSTEMC_EXT_CORE__DT_HH__
-#define __SYSTEMC_EXT_CORE__DT_HH__
+#ifndef __SYSTEMC_EXT_DT__DT_HH__
+#define __SYSTEMC_EXT_DT__DT_HH__
+#include "bit/_bit.hh"
+#include "fx/_fx.hh"
#include "int/_int.hh"
+#include "misc/_misc.hh"
-#endif //__SYSTEMC_EXT_CORE__DT_HH__
+#endif //__SYSTEMC_EXT_DT__DT_HH__