summaryrefslogtreecommitdiff
path: root/sim/param.hh
diff options
context:
space:
mode:
Diffstat (limited to 'sim/param.hh')
-rw-r--r--sim/param.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/param.hh b/sim/param.hh
index 6706820c2..ac57afa31 100644
--- a/sim/param.hh
+++ b/sim/param.hh
@@ -34,6 +34,7 @@
#include <vector>
#include "sim/configfile.hh"
+#include "sim/startup.hh"
// forward decls
class BaseParam;
@@ -44,7 +45,7 @@ class SimObject;
// SimObjectBuilder (which derives from ParamContext), but abstracted
// here to support more global simulator control parameters as well.
//
-class ParamContext
+class ParamContext : protected StartupCallback
{
private: