diff options
Diffstat (limited to 'src/sim/power/thermal_domain.hh')
-rw-r--r-- | src/sim/power/thermal_domain.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sim/power/thermal_domain.hh b/src/sim/power/thermal_domain.hh index f385994f8..af59af5cc 100644 --- a/src/sim/power/thermal_domain.hh +++ b/src/sim/power/thermal_domain.hh @@ -45,10 +45,10 @@ #include "base/statistics.hh" #include "params/ThermalDomain.hh" #include "sim/power/thermal_entity.hh" +#include "sim/power/thermal_node.hh" #include "sim/sim_object.hh" +#include "sim/sub_system.hh" -class SubSystem; -class ThermalNode; template <class T> class ProbePointArg; /** |