36c36,37
< #include "systemc/ext/core/sc_object.hh"
---
> #include "../utils/sc_report_handler.hh"
> #include "sc_object.hh"
214a216,220
> if (!_gem5_process) {
> SC_REPORT_WARNING("(W570) attempt to use an empty "
> "process handle ignored", "throw_it()");
> return;
> }