diff options
Diffstat (limited to 'src/systemc/ext/utils')
-rw-r--r-- | src/systemc/ext/utils/sc_report.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemc/ext/utils/sc_report.hh b/src/systemc/ext/utils/sc_report.hh index 6f652ce2c..19029ec55 100644 --- a/src/systemc/ext/utils/sc_report.hh +++ b/src/systemc/ext/utils/sc_report.hh @@ -33,7 +33,7 @@ #include <exception> #include <string> -#include "systemc/ext/core/sc_time.hh" +#include "../core/sc_time.hh" namespace sc_core { |