summaryrefslogtreecommitdiff
path: root/src/mem/ruby/structures/BankedArray.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/ruby/structures/BankedArray.cc')
-rw-r--r--src/mem/ruby/structures/BankedArray.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mem/ruby/structures/BankedArray.cc b/src/mem/ruby/structures/BankedArray.cc
index 5054eae8a..091bcbdf6 100644
--- a/src/mem/ruby/structures/BankedArray.cc
+++ b/src/mem/ruby/structures/BankedArray.cc
@@ -29,8 +29,9 @@
*
*/
-#include "base/intmath.hh"
#include "mem/ruby/structures/BankedArray.hh"
+
+#include "base/intmath.hh"
#include "mem/ruby/system/RubySystem.hh"
BankedArray::BankedArray(unsigned int banks, Cycles accessLatency,