summaryrefslogtreecommitdiff
path: root/src/sim/arguments.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/arguments.cc')
-rw-r--r--src/sim/arguments.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sim/arguments.cc b/src/sim/arguments.cc
index 6d45e3b3d..5d6ded9ee 100644
--- a/src/sim/arguments.cc
+++ b/src/sim/arguments.cc
@@ -28,10 +28,11 @@
* Authors: Nathan Binkert
*/
+#include "sim/arguments.hh"
+
#include "arch/utility.hh"
#include "config/the_isa.hh"
#include "cpu/thread_context.hh"
-#include "sim/arguments.hh"
Arguments::Data::~Data()
{