From: Gabe Black Date: Mon, 10 Jan 2011 12:53:20 +0000 (-0800) Subject: Curtick: Fix mysql.cc build needing curTick. X-Git-Tag: stable_2012_02_02~671 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=df14312e08cc1a011813163a1486bc94f099d212;p=gem5.git Curtick: Fix mysql.cc build needing curTick. --- diff --git a/src/base/stats/mysql.cc b/src/base/stats/mysql.cc index d257de743..af13582b4 100644 --- a/src/base/stats/mysql.cc +++ b/src/base/stats/mysql.cc @@ -45,6 +45,7 @@ #include "base/str.hh" #include "base/types.hh" #include "base/userinfo.hh" +#include "sim/core.hh" using namespace std;