summaryrefslogtreecommitdiff
path: root/src/sim/sim_object.hh
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@gmail.com>2008-06-28 13:20:00 -0400
committerSteve Reinhardt <stever@gmail.com>2008-06-28 13:20:00 -0400
commit96bbccc36bad7c6f67b1cb70965eab3a621c7270 (patch)
treee43e352c7d264d3b84540dd5d3ed26b3e5386a4b /src/sim/sim_object.hh
parentcaaac16803db6eaf3ee20b5d062ec2211fe6584d (diff)
parent3205768ea57b4e2f75561eebb39671045a6d6746 (diff)
downloadgem5-96bbccc36bad7c6f67b1cb70965eab3a621c7270.tar.xz
Automated merge after backout.
Diffstat (limited to 'src/sim/sim_object.hh')
-rw-r--r--src/sim/sim_object.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sim/sim_object.hh b/src/sim/sim_object.hh
index ec565ce82..00bb3fee6 100644
--- a/src/sim/sim_object.hh
+++ b/src/sim/sim_object.hh
@@ -36,10 +36,11 @@
#ifndef __SIM_OBJECT_HH__
#define __SIM_OBJECT_HH__
-#include <map>
+#include <iostream>
#include <list>
+#include <map>
+#include <string>
#include <vector>
-#include <iostream>
#include "params/SimObject.hh"
#include "sim/serialize.hh"