misc: fix includes in util/systemc
This fixes compilation errors with clang on OS X. Reviewed at http://reviews.gem5.org/r/3807/ Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
This commit is contained in:
parent
5fd959260c
commit
164d9bd732
1 changed files with 2 additions and 1 deletions
|
@ -57,15 +57,16 @@
|
|||
* most one Gem5Module instantiated in any simulation.
|
||||
*/
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/pollevent.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "debug/Event.hh"
|
||||
#include "sc_module.hh"
|
||||
#include "sim/async.hh"
|
||||
#include "sim/core.hh"
|
||||
#include "sim/eventq.hh"
|
||||
#include "sim/sim_exit.hh"
|
||||
#include "sim/stat_control.hh"
|
||||
#include "sc_module.hh"
|
||||
|
||||
namespace Gem5SystemC
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue