From e79dee27ce744458449b4aec9e39f297aa01d984 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Mon, 2 Aug 2004 15:42:25 -0400 Subject: [PATCH] fix compile base/stats/events.cc: Make this compile with MYSQL stuff --HG-- extra : convert_revision : e4e8f9b078447f5e7f535b2678a2ed7d44fa8644 --- base/stats/events.cc | 1 + 1 file changed, 1 insertion(+) 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" -- 2.30.2