diff options
Diffstat (limited to 'src/mem/ruby/common/Debug.hh')
-rw-r--r-- | src/mem/ruby/common/Debug.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mem/ruby/common/Debug.hh b/src/mem/ruby/common/Debug.hh index 5ac171275..6dce98dd5 100644 --- a/src/mem/ruby/common/Debug.hh +++ b/src/mem/ruby/common/Debug.hh @@ -37,6 +37,8 @@ #include <unistd.h> #include <iostream> +#include "config/ruby_debug.hh" + extern std::ostream * debug_cout_ptr; // component enumeration |