summaryrefslogtreecommitdiff
path: root/src/mem/drampower.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/drampower.cc')
-rw-r--r--src/mem/drampower.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mem/drampower.cc b/src/mem/drampower.cc
index d6293b0b6..d491c9612 100644
--- a/src/mem/drampower.cc
+++ b/src/mem/drampower.cc
@@ -37,8 +37,9 @@
* Authors: Omar Naji
*/
-#include "base/intmath.hh"
#include "mem/drampower.hh"
+
+#include "base/intmath.hh"
#include "sim/core.hh"
using namespace Data;