Automated merge with ssh://repo.gem5.org/gem5
[gem5.git] / src / sim / root.cc
index d51fcbda60cc729586b9a2abd04e61c4c34f4c82..dd7c1207711fa822ae84dc346d127a2d0897a796 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2002-2005 The Regents of The University of Michigan
- * Copyright (c) 2011 Advanced Micro Devices
+ * Copyright (c) 2011 Advanced Micro Devices, Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -32,6 +32,7 @@
  */
 
 #include "base/misc.hh"
+#include "debug/TimeSync.hh"
 #include "sim/root.hh"
 
 Root *Root::_root = NULL;