33a34
> #include <memory>
46a48
> #include "systemc/ext/utils/sc_report.hh"
272a275
> void isUnwinding(bool v) { _isUnwinding = v; }
320a324,326
> void lastReport(::sc_core::sc_report *report);
> ::sc_core::sc_report *lastReport() const;
>
357a364,365
>
> std::unique_ptr<::sc_core::sc_report> _lastReport;