From: Nathan Binkert Date: Mon, 2 Aug 2004 19:42:25 +0000 (-0400) Subject: fix compile X-Git-Tag: m5_1.0_tutorial~201 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e79dee27ce744458449b4aec9e39f297aa01d984;p=gem5.git fix compile base/stats/events.cc: Make this compile with MYSQL stuff --HG-- extra : convert_revision : e4e8f9b078447f5e7f535b2678a2ed7d44fa8644 --- diff --git a/base/stats/events.cc b/base/stats/events.cc index b583e5936..e5efceabe 100644 --- a/base/stats/events.cc +++ b/base/stats/events.cc @@ -35,6 +35,7 @@ #include "base/stats/events.hh" #include "base/stats/mysql.hh" #include "base/stats/mysql_run.hh" +#include "base/str.hh" #endif #include "base/match.hh"