diff options
author | Nathan Binkert <binkertn@umich.edu> | 2004-08-02 15:42:25 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2004-08-02 15:42:25 -0400 |
commit | e79dee27ce744458449b4aec9e39f297aa01d984 (patch) | |
tree | f3a376097ebb17987fc032005d649154a362ebdd /base/stats | |
parent | 7243f48116747b5ae4c5963d36ccdafbb3b6c5ff (diff) | |
download | gem5-e79dee27ce744458449b4aec9e39f297aa01d984.tar.xz |
fix compile
base/stats/events.cc:
Make this compile with MYSQL stuff
--HG--
extra : convert_revision : e4e8f9b078447f5e7f535b2678a2ed7d44fa8644
Diffstat (limited to 'base/stats')
-rw-r--r-- | base/stats/events.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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" |