summaryrefslogtreecommitdiff
path: root/src/sim/root.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/root.cc')
-rw-r--r--src/sim/root.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sim/root.cc b/src/sim/root.cc
index 7647ca5b7..6787564dd 100644
--- a/src/sim/root.cc
+++ b/src/sim/root.cc
@@ -31,12 +31,13 @@
* Gabe Black
*/
+#include "sim/root.hh"
+
#include "base/misc.hh"
#include "base/trace.hh"
#include "config/the_isa.hh"
#include "debug/TimeSync.hh"
#include "sim/full_system.hh"
-#include "sim/root.hh"
Root *Root::_root = NULL;