From: Korey Sewell Date: Mon, 7 Feb 2011 17:19:46 +0000 (-0500) Subject: ruby: add stdio header in SRAM.hh X-Git-Tag: stable_2012_02_02~568 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b4e78840748a913d0e18e14dc08ae9ea0980234;p=gem5.git ruby: add stdio header in SRAM.hh missing header file caused RUBY_FS to not compile --- diff --git a/src/mem/ruby/network/orion/Buffer/SRAM.hh b/src/mem/ruby/network/orion/Buffer/SRAM.hh index 7b3f46698..f0b937963 100644 --- a/src/mem/ruby/network/orion/Buffer/SRAM.hh +++ b/src/mem/ruby/network/orion/Buffer/SRAM.hh @@ -39,6 +39,7 @@ #include "mem/ruby/network/orion/Type.hh" #include "mem/ruby/network/orion/OrionConfig.hh" #include "mem/ruby/network/orion/TechParameter.hh" +#include class OutdrvUnit; class AmpUnit;