ruby: set: corrects csprintf() call introduced by 7d95b650c9b6
[gem5.git] / src / sim / Root.py
index daa0a903fdb62f29e2ec8dc17fdfee80076a8d59..44f768c0bc6b7927e9140be02124e8e991516881 100644 (file)
@@ -58,6 +58,7 @@ class Root(SimObject):
         return 'root'
 
     type = 'Root'
+    cxx_header = "sim/root.hh"
 
     full_system = Param.Bool("if this is a full system simulation")