diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-03-10 17:56:41 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-03-10 17:56:41 -0500 |
commit | 2ee6e7ab5f3ea50080a9448e6bd8defcdb534640 (patch) | |
tree | 8d991764aa0dbae3f9cbe8ecff0339877035a64a /dev/tsunami_io.cc | |
parent | 03f9716a0a45e9563f32bacd2979060daae6b2d2 (diff) | |
download | gem5-2ee6e7ab5f3ea50080a9448e6bd8defcdb534640.tar.xz |
Added ev5.hh to files which should include it directly, now that it isn't included within isa_traits.hh
--HG--
extra : convert_revision : e49935da238a299e681f9137ad3c0b7dc0e226a3
Diffstat (limited to 'dev/tsunami_io.cc')
-rw-r--r-- | dev/tsunami_io.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/tsunami_io.cc b/dev/tsunami_io.cc index e66d6653b..14fa97341 100644 --- a/dev/tsunami_io.cc +++ b/dev/tsunami_io.cc @@ -36,6 +36,7 @@ #include <string> #include <vector> +#include "arch/alpha/ev5.hh" #include "base/trace.hh" #include "dev/tsunami_io.hh" #include "dev/tsunami.hh" |