cpu: Fix exit_gen.cc which used misc.hh instead of logging.hh.
authorGabe Black <gabeblack@google.com>
Wed, 20 Dec 2017 07:35:30 +0000 (23:35 -0800)
committerGabe Black <gabeblack@google.com>
Wed, 20 Dec 2017 09:25:32 +0000 (09:25 +0000)
Change-Id: I868021a01eb3e7902a4d64283bdfaa93c6d9f964
Reviewed-on: https://gem5-review.googlesource.com/6822
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>

src/cpu/testers/traffic_gen/exit_gen.cc

index 8a07160bb242029a986c75f2507f553ae60078fe..635448e3cb52002ea334056540d5c70387734071 100644 (file)
@@ -37,7 +37,7 @@
  * Authors: Riken Gohil
  */
 
-#include "base/misc.hh"
+#include "base/logging.hh"
 #include "base/trace.hh"
 #include "debug/TrafficGen.hh"
 #include "exit_gen.hh"