diff options
Diffstat (limited to 'kern')
-rw-r--r-- | kern/kernel_stats.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kern/kernel_stats.hh b/kern/kernel_stats.hh index af93eb95c..66e9911b5 100644 --- a/kern/kernel_stats.hh +++ b/kern/kernel_stats.hh @@ -41,6 +41,9 @@ class BaseCPU; class ExecContext; class FnEvent; +// What does kernel stats expect is included? +class StaticInstBase; +class System; enum Fault; namespace Kernel { |